Lunny Xiao
|
a18e35f7f5
|
SetExpr support more go types (#1499)
Improve tests
SetExpr support more go types
fix vet
fix drone lint
remove go1.10 test on drone
Reviewed-on: https://gitea.com/xorm/xorm/pulls/1499
|
2020-01-19 09:36:06 +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
|
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 |