xorm/schemas
Nicolas Chiappero 5f3bad1949 [dialects/mssql.go] bugfix SQLType / GetColumns / GetTables / GetIndexes
[dialects/postgres.go] bugfix SQLType
[engine.go] use github.com/alexbrainman/odbc for odbc - bugfix objectId - add log - bugfix null value - bugfix sql server identity
[schemas/index.go] bugfix index name generatin
[schemas/table.go] add ObjectId field
[schemas/type.go] add DateTime2 type
[*] replace module xorm.io/xorm by gitea.com/nikos06/xorm
2021-03-19 12:10:55 +01:00
..
column.go Fix json tag with other type (#1822) 2020-11-03 17:10:35 +08:00
index.go [dialects/mssql.go] bugfix SQLType / GetColumns / GetTables / GetIndexes 2021-03-19 12:10:55 +01:00
pk_test.go Merge core package back into the main repository and split into serval sub packages. (#1543) 2020-02-24 08:53:18 +00:00
pk.go [dialects/mssql.go] bugfix SQLType / GetColumns / GetTables / GetIndexes 2021-03-19 12:10:55 +01:00
quote_test.go Do not ever quote asterisk symbol. Fixes #1780 (#1781) 2020-09-06 08:22:34 +00:00
quote.go Do not ever quote asterisk symbol. Fixes #1780 (#1781) 2020-09-06 08:22:34 +00:00
table_test.go Merge core package back into the main repository and split into serval sub packages. (#1543) 2020-02-24 08:53:18 +00:00
table.go [dialects/mssql.go] bugfix SQLType / GetColumns / GetTables / GetIndexes 2021-03-19 12:10:55 +01:00
type.go [dialects/mssql.go] bugfix SQLType / GetColumns / GetTables / GetIndexes 2021-03-19 12:10:55 +01:00