sq/drivers/sqlserver
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
..
testdata codebase refactor 2020-08-06 11:58:47 -06:00
db_type_test.go bunch of linting issues fixed (#113) 2022-12-17 16:11:33 -07:00
internal_test.go Chore/update go modules (#125) 2022-12-23 11:09:06 -07:00
metadata.go Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
sqlbuilder.go Yet more linting (#114) 2022-12-17 17:51:33 -07:00
sqlserver_test.go Linting of _test.go files (#121) 2022-12-18 00:18:35 -07:00
sqlserver.go Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00