mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-01 17:38:33 +00:00
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
This commit is contained in:
parent
ed8e064f5e
commit
45631083a4
11 changed files with 68 additions and 8 deletions
1
vendor/xorm.io/xorm/interface.go
generated
vendored
1
vendor/xorm.io/xorm/interface.go
generated
vendored
|
@ -120,6 +120,7 @@ type EngineInterface interface {
|
|||
TableInfo(bean interface{}) (*schemas.Table, error)
|
||||
TableName(interface{}, ...bool) string
|
||||
UnMapType(reflect.Type)
|
||||
EnableSessionID(bool)
|
||||
}
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue