sq/libsq
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
..
ast Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
core Improvements to source commands (#139) 2022-12-31 20:17:44 -07:00
driver Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
source Fix to docs for cmd_sql (#148) 2023-03-15 01:43:48 -06:00
dbwriter.go gofumpt on files (#122) 2022-12-18 01:35:59 -07:00
engine.go Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
libsq_test.go Linting of _test.go files (#121) 2022-12-18 00:18:35 -07:00
libsq.go Clean up the antlr tooling (#131) 2022-12-24 09:43:21 -07:00