summaryrefslogtreecommitdiffstats
path: root/vendor/xorm.io/xorm/interface.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-141-133/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* Upgrade xorm to v1.2.2 (#16663)Lunny Xiao2021-08-131-1/+2
| | | | | * Upgrade xorm to v1.2.2 * Change the Engine interface to match xorm v1.2.2
* Upgrade xorm to v1.1.1 (#16339)Lunny Xiao2021-07-041-0/+1
|
* Upgrade xorm to v1.1.0 (#15869)Lunny Xiao2021-05-141-0/+1
|
* Support use nvarchar for all varchar columns when using mssql (#12269)Lunny Xiao2020-07-211-0/+1
| | | | | | | | | * 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
* Upgrade xorm to v1.0.2 (#11900)Lunny Xiao2020-06-151-0/+2
| | | Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Upgrade xorm to v1.0.0 * small nit * Fix tests * Update xorm * Update xorm * fix go.sum * fix test * Fix bug when dump * Fix bug * update xorm to latest * Fix migration test * update xorm to latest * Fix import order * Use xorm tag
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-0/+118