Commit Graph

7 Commits

Author SHA1 Message Date
Lunny Xiao 7bf9a7a73c Improve statement (#1555)
Fix test

Improve statement

Reviewed-on: https://gitea.com/xorm/xorm/pulls/1555
2020-02-27 05:49:43 +00:00
Lunny Xiao bf25a77bca Merge core package back into the main repository and split into serval sub packages. (#1543)
Fix test

Improve fmt

update go.mod

Move core as a sub package

Reviewed-on: https://gitea.com/xorm/xorm/pulls/1543
2020-02-24 08:53:18 +00:00
Lunny Xiao d6963b7d42
fix arg conversion (#1441)
* fix arg conversion

* fix bugs

* fix bug on postgres

* use traditional positional parameters on insert into select

* remove unnecessary tests
2019-09-28 18:02:19 +08:00
Lunny Xiao 71947cf034
Fix bug on insert where (#1436)
* fix bug on insert where

* fix bug

* fix lint
2019-09-26 01:29:02 +08:00
Lunny Xiao 59ed80ce1a
fix insert where with bool bug on mssql (#1432) 2019-09-24 16:05:35 +08:00
Lunny Xiao 2fbb9cd8de
fix setexpr missing big quotes (#1431)
* fix setexpr missing big quotes

* fix tests

* fix tests
2019-09-24 12:58:25 +08:00
Lunny Xiao 6d11913765
Add support subquery on SetExpr (#1428)
* add support subquery on SetExpr

* fix tests
2019-09-23 23:34:26 +08:00