sq/libsq/ast/internal/slq
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
..
slq_base_listener.go Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
slq_base_visitor.go Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
slq_lexer.go Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
slq_listener.go Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
slq_parser.go Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
slq_visitor.go Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
SLQ.interp Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
SLQ.tokens Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
SLQLexer.interp Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
SLQLexer.tokens Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00