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
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
Lunny Xiao
c9b14f9487
move depends package from github.com to customize domain ( #1327 )
2019-06-17 13:38:13 +08:00
宋小北
ce804aee6c
Unknown colType DOUBLE UNSIGNED ( #1274 )
2019-04-19 16:28:27 +08:00
zhanglin
4e21af9122
fix db default charset error ( #1072 )
...
* fix db default charset error
* add table charset empty check
2018-08-25 20:34:45 +08:00
m2nlight
11743c1a80
Add NewEngineWithParams method can call SetParams for dialect. The dialect_… ( #798 )
...
* Add NewEngine2 method can call SetArguments for dialect. The dialect_mysql support ROW_FORMAT in createtable. (https://github.com/go-xorm/xorm/issues/793 )
* Rename NewEngine2 to NewEngineWithParams
* rename SetArguments to SetParams
* rename SetArguments to SetParmas
2018-03-08 09:30:38 +08:00
wangsongyan
65b517242f
add comment for mysql dialect ( #579 )
2017-05-04 21:12:02 +08:00
Hank Shen
6687a2b4e8
Rename the dialect file name ( #557 )
2017-03-30 17:59:41 +08:00