xorm/core
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
..
db_test.go [dialects/mssql.go] bugfix SQLType / GetColumns / GetTables / GetIndexes 2021-03-19 12:10:55 +01:00
db.go [dialects/mssql.go] bugfix SQLType / GetColumns / GetTables / GetIndexes 2021-03-19 12:10:55 +01:00
error.go Merge core package back into the main repository and split into serval sub packages. (#1543) 2020-02-24 08:53:18 +00:00
interface.go Don't keep db on dialects (#1623) 2020-03-24 02:19:24 +00:00
rows.go Merge core package back into the main repository and split into serval sub packages. (#1543) 2020-02-24 08:53:18 +00:00
scan.go Merge core package back into the main repository and split into serval sub packages. (#1543) 2020-02-24 08:53:18 +00:00
stmt.go [dialects/mssql.go] bugfix SQLType / GetColumns / GetTables / GetIndexes 2021-03-19 12:10:55 +01:00
tx.go [dialects/mssql.go] bugfix SQLType / GetColumns / GetTables / GetIndexes 2021-03-19 12:10:55 +01:00