sq/libsq
Neil O'Toole 23022f2b7f
Go1.19 compatibility (#104)
* upgraded mattn/go-isatty version because it was importing a incompatible version of golang.org/x/sys/unix

* changed parsing of SQL Server DSN due to changes to url.ParseQuery no longer accepting semicolon

* updated xo/dburl pkg to v0.11.0

* removed dead underscore assignment

* updated GH workflow go action to 1.19
2022-08-08 13:14:42 -06:00
..
ast Bunch of linting issues (#96) 2021-09-12 16:14:30 -06:00
core Bunch of linting issues (#96) 2021-09-12 16:14:30 -06:00
driver Bug #87: generated SQL should always quote table and column names in join statement (#89) 2021-03-07 23:27:35 -07:00
notify Json driver; refactoring of core packages (#66) 2020-08-23 04:42:15 -06:00
source Go1.19 compatibility (#104) 2022-08-08 13:14:42 -06:00
dbwriter.go --insert now also creates the table (#78) 2021-01-03 19:56:22 -07:00
engine_test.go Bug #87: generated SQL should always quote table and column names in join statement (#89) 2021-03-07 23:27:35 -07:00
engine.go Bug #87: generated SQL should always quote table and column names in join statement (#89) 2021-03-07 23:27:35 -07:00
internal_test.go Bug #87: generated SQL should always quote table and column names in join statement (#89) 2021-03-07 23:27:35 -07:00
libsq_test.go sq tbl truncate for postgres now outputs the number of rows truncated (#72) 2020-11-24 22:12:15 -07:00
libsq.go Bug #87: generated SQL should always quote table and column names in join statement (#89) 2021-03-07 23:27:35 -07:00