sq/libsq/driver
Neil O'Toole a1a89ee9dd
Support table and column names with spaces. (#156)
* sakila: initial test data

* sakila: more test data

* sakila: yet more test data setup

* whitespace cols: now working for sqlite

* grammar cleanup

* whitespace cols: now working inside count() func for sqlite

* whitespace cols: tests mostly passing; begining refactoring

* grammar: refactor handle

* grammar: more refactoring

* grammar: rename selElement to selector

* wip

* all tests passing

* all tests passing

* linting

* driver: implement CurrentSchema for all driver.SQLDriver impls

* driver: tests for AlterTableRename and AlterTableRenameColumn

* undo reformat of SQL

* undo reformat of SQL

* undo reformat of SQL

* undo reformat of SQL
2023-03-22 00:17:34 -06:00
..
driver_test.go Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
driver.go Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
record.go linting 2022-12-24 21:09:20 -07:00
registry.go Lint long lines (#115) 2022-12-17 19:43:53 -07:00
scratch.go Yet more linting (#114) 2022-12-17 17:51:33 -07:00