sq/drivers/sqlite3
Neil O'Toole d3e6f89829
SLQ support for column aliases (#150)
* alias: more early work

* alias: test cases working for sqlite

* alias: SQL builder tests

* alias: func (col expr) aliases now working for SQLite

* linting

* CHANGELOG update

* Docs update

* Docs update

* Rename buildAst() -> buildAST()

* CHANGELOG typo
2023-03-18 22:58:00 -06:00
..
testdata Initial work on a JSON driver (#70) 2020-10-20 09:05:43 -06:00
db_type_test.go Chore/sqlite3 upgrade (#129) 2022-12-23 21:05:26 -07:00
internal_test.go gofumpt on files (#122) 2022-12-18 01:35:59 -07:00
metadata_test.go Chore/sqlite3 upgrade (#129) 2022-12-23 21:05:26 -07:00
metadata.go Chore/sqlite3 upgrade (#129) 2022-12-23 21:05:26 -07:00
sqlbuilder_test.go SLQ support for column aliases (#150) 2023-03-18 22:58:00 -06:00
sqlbuilder.go Yet more linting (#114) 2022-12-17 17:51:33 -07:00
sqlite3_test.go Bug/windows file slash munge location (#140) 2022-12-31 22:35:33 -07:00
sqlite3.go Bug/windows file slash munge location (#140) 2022-12-31 22:35:33 -07:00