0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-12 06:05:52 +01:00
gitea/vendor/xorm.io/xorm/dialects
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
2020-07-21 20:28:27 +08:00
..
dialect.go
driver.go
filter.go
gen_reserved.sh
mssql.go
mysql.go
oracle.go
pg_reserved.txt
postgres.go
quote.go
sqlite3.go
table_name.go
time.go