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 Upgrade xorm to v1.0.0 (#10646) 4 years ago
gen_reserved.sh Upgrade xorm to v1.0.0 (#10646) 4 years ago
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 Upgrade xorm to v1.0.0 (#10646) 4 years ago
postgres.go Upgrade xorm to v1.0.2 (#11900) 4 years ago
quote.go Upgrade xorm to v1.0.0 (#10646) 4 years ago
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 Upgrade xorm to v1.0.0 (#10646) 4 years ago