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
Lunny Xiao
bf25a77bca
Merge core package back into the main repository and split into serval sub packages. ( #1543 )
...
Fix test
Improve fmt
update go.mod
Move core as a sub package
Reviewed-on: https://gitea.com/xorm/xorm/pulls/1543
2020-02-24 08:53:18 +00:00
Lunny Xiao
22aef2cd32
Add makefile ( #1531 )
...
Fix drone
Fix ci
Add deps
Improve drone
Fix envs
Add makefile
Reviewed-on: https://gitea.com/xorm/xorm/pulls/1531
2020-02-21 01:38:47 +00:00
Lunny Xiao
b81aa40128
Move github.com/go-xorm/xorm to xorm.io/xorm ( #1459 )
2019-10-15 05:15:41 +00:00
techknowlogick
617e0ae295
clean up go modules ( #1260 )
2019-03-31 19:39:43 +08:00
Bo-Yi Wu
545f30f5cc
just return error instead. ( #1046 )
2018-07-22 22:43:48 +08:00
Bo-Yi Wu
149e6abf07
fix: gofmt error. ( #873 )
2018-04-08 08:53:15 +08:00
Lunny Xiao
cd46810bf9
Fix migrate migrationDidRun bug on postgres ( #818 )
...
* fix migrate migrationDidRun bug on postgres
* fix missing error handle
2018-01-29 19:49:01 -06:00
Andrey Nering
24a6ab1609
Add migrate package for schema versioned migrations ( #549 )
...
This is a port from https://github.com/go-gormigrate/gormigrate
2017-03-25 22:10:23 +08:00