featurebase/sql3/parser
pokeeffe-molecula 8f660a5033
SQL BULK INSERT (fb-1749) (#2291)
SQL BULK INSERT

This change is to support a BULK INSERT/REPLACE statement that adds the ability to 1) take its input from a file, url or in-line blob 2) to map from the input source to the target columns
3) to transform data (using sql expressions) before inserting
4) support csv and ndjson formats

* improving test coverage

* increase test coverage again

* refactoring for handling transformation with types other than id and int
2022-11-15 09:25:40 -06:00
..
ast.go SQL BULK INSERT (fb-1749) (#2291) 2022-11-15 09:25:40 -06:00
ast_test.go Batch insert via SQL (multiple tuples) (#2243) 2022-10-29 14:24:33 -05:00
astdatatype.go SQL BULK INSERT (fb-1749) (#2291) 2022-11-15 09:25:40 -06:00
parser.go SQL BULK INSERT (fb-1749) (#2291) 2022-11-15 09:25:40 -06:00
parser_test.go Batch insert via SQL (multiple tuples) (#2243) 2022-10-29 14:24:33 -05:00
scanner.go SQL BULK INSERT (fb-1749) (#2291) 2022-11-15 09:25:40 -06:00
scanner_test.go SQL BULK INSERT (fb-1749) (#2291) 2022-11-15 09:25:40 -06:00
token.go SQL BULK INSERT (fb-1749) (#2291) 2022-11-15 09:25:40 -06:00
token_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
walk.go Batch insert via SQL (multiple tuples) (#2243) 2022-10-29 14:24:33 -05:00