Commit Graph

11 Commits

Author SHA1 Message Date
Lunny Xiao c5ee68faa1
Fix wrong dbmetas (#1442)
* add tests for db metas

* add more tests

* fix bug on mssql
2019-09-30 15:09:57 +08:00
Lunny Xiao a5702e52b5
Fix default value parse bugs (#1437)
* fix default value

* fix default value tags

* fix postgres default

* fix default on postgres

* fix default on postgres

* fix mssql default
2019-09-29 12:31:06 +08:00
Lunny Xiao 691f6e7698
fix bug when insert multiple slices with customize table name (#1433)
* fix bug when insert multiple slices with customize table name

* fix tests on mssql

* fix tests
2019-09-25 16:42:24 +08:00
BetaCat b757473de7 Remove quotestr totally (#1366)
* remove QuoteStr() totally

* update xorm.core -> v0.7.0

* update dialect Quote
2019-07-24 14:38:05 +08:00
BetaCat 4b0ff8ad27 remove QuoteStr() usage in dialects (#1364) 2019-07-24 13:22:14 +08:00
Lunny Xiao c9b14f9487
move depends package from github.com to customize domain (#1327) 2019-06-17 13:38:13 +08:00
Lunny Xiao ff094ebc3e
fix mssql connstr bug (#1205) 2019-01-23 15:49:33 +08:00
Christopher 401f4ee8ff Implementing elseif for conversion of Default (#1173)
Before this commit the Default would be reset to 0 every time it is not true. This results in an issue when true is converted to 1 and 1 is not true, resulting in a conversion to 0.

Signed-off-by: Christopher Dziomba <christopher.dziomba@gmail.com>
2018-12-11 22:18:28 +08:00
Lunny Xiao 942887dea0 fix time issues and add some tests for time (#604)
* fix time issues and add some tests for time

* fix tests bug

* fix tests

* some fixes with tests and added mssql support

* fix tests
2017-06-02 16:12:50 +08:00
Lunny Xiao a5cb21c443
bug fixed for mssql dialect 2017-04-05 18:17:41 +08:00
Hank Shen 6687a2b4e8 Rename the dialect file name (#557) 2017-03-30 17:59:41 +08:00