Move typeStack to ScanContext, so it is shared between rows.Scan calls. Use string.Builder for string concatenations. Simplify value assign logic. Move convert value to the last assign step (needs for type conversions are rare). |
||
|---|---|---|
| .. | ||
| alltypes_test.go | ||
| cast_test.go | ||
| delete_test.go | ||
| generator_template_test.go | ||
| generator_test.go | ||
| insert_test.go | ||
| lock_test.go | ||
| main_test.go | ||
| raw_statement_test.go | ||
| select_test.go | ||
| update_test.go | ||
| with_test.go | ||