Commit Graph

11 Commits

Author SHA1 Message Date
Lunny Xiao 17b9cc7330
Add mssql ci test (#1203)
* add mssql ci test

* fix mssql ci

* check test databases

* fix ci

* fix postgres schema tests

* fix ci on postgres

* fix insert map bug

* fix insert map bug

* fix bug

* fix insert map bug

* fix create schema on tests

* fix mssql tests

* fix insert return id bugs on mssql

* add head comments
2019-01-22 23:59:58 +08:00
Lunny Xiao 731b056a56
Join support builder (#1002)
* join support builder

* add tests

* fix tests

* fix tests

* fix join sub query
2019-01-20 11:53:53 +08:00
Lunny Xiao 1a7b21155b
Add query slice string (#1114)
* add query slice string

* fix tests
2018-10-15 13:03:43 +08:00
Lunny Xiao ab17aa2203
Add more test for query (#932)
* add more test for query

* fix tests
2018-05-08 17:44:15 +08:00
Lunny Xiao bd20c37bfb
Add SetSchema for engine (#876)
* add SetSchema for engine

* fix user

* fix postgres with schema

* fix test

* fix test

* fix test

* fix tablename

* refactor tableName

* fix schema support

* improve the interface of EngineInterface
2018-04-10 09:50:29 +08:00
Bo-Yi Wu 149e6abf07 fix: gofmt error. (#873) 2018-04-08 08:53:15 +08:00
Lunny Xiao afd1ab91e7
Query add builder support (#829) 2018-01-18 10:09:37 -06:00
Lunny Xiao de4b2f9c8e
Query now could work with Where, In, SQL and other condition methods (#776) 2017-11-15 11:34:59 +08:00
Lunny Xiao 8439b76875 fix querystring bit type (#711)
* fix querystring bit type

* fix bit type on postgres
2017-09-09 17:10:15 +08:00
Lunny Xiao 265dd66928 fix bug on cache delete (#703)
* fix bug on cache delete

* fix cache issues and improve the tests
2017-09-09 11:03:34 +08:00
Lunny Xiao 763e1b21e6 Add query interface (#695)
* add query interface

* fix tests of query interface
2017-08-27 22:09:31 +08:00