You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lunny Xiao 45631083a4
Support use nvarchar for all varchar columns when using mssql (#12269)
* Support use nvarchar for all varchar columns when using mssql

* fix lint

* Change DEFAULT_VARCHAR to nvarchar

* Remove the config for default varchar since it's unnecessary
4 years ago
..
dialect.go Upgrade xorm to v1.0.2 (#11900) 4 years ago
driver.go Upgrade xorm to v1.0.1 and fix start fail with potgres (#10819) 4 years ago
filter.go
gen_reserved.sh
mssql.go Support use nvarchar for all varchar columns when using mssql (#12269) 4 years ago
mysql.go Upgrade xorm to v1.0.2 (#11900) 4 years ago
oracle.go Upgrade xorm to v1.0.2 (#11900) 4 years ago
pg_reserved.txt
postgres.go Upgrade xorm to v1.0.2 (#11900) 4 years ago
quote.go
sqlite3.go Upgrade xorm to v1.0.3 (#12210) 4 years ago
table_name.go Upgrade xorm to v1.0.1 and fix start fail with potgres (#10819) 4 years ago
time.go