sq/drivers/csv
Neil O'Toole 81f631e135
Refactoring (#206)
* Renamed source.Type to source.DriverType for clarity

* More renaming wrt source.DriverType

* Renamed output.Formatting to output.Printing
2023-04-21 21:36:32 -06:00
..
testdata Auto-detect CSV headers (#188) 2023-04-09 08:44:27 -06:00
csv_test.go CSV empty string now treated as NULL (#190) 2023-04-09 19:29:13 -06:00
csv.go Refactoring (#206) 2023-04-21 21:36:32 -06:00
detect_field_kinds.go CSV empty string now treated as NULL (#190) 2023-04-09 19:29:13 -06:00
detect_header_test.go Auto-detect CSV headers (#188) 2023-04-09 08:44:27 -06:00
detect_header.go Auto-detect CSV headers (#188) 2023-04-09 08:44:27 -06:00
detect_type.go Refactoring (#206) 2023-04-21 21:36:32 -06:00
import.go CSV empty string now treated as NULL (#190) 2023-04-09 19:29:13 -06:00
insert.go CSV empty string now treated as NULL (#190) 2023-04-09 19:29:13 -06:00
internal_test.go Auto-detect CSV headers (#188) 2023-04-09 08:44:27 -06:00