summaryrefslogtreecommitdiffstats
path: root/vendor/xorm.io/xorm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade xorm to v1.0.5 (#12765)Lunny Xiao2020-09-081-0/+3
| | | Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Support use nvarchar for all varchar columns when using mssql (#12269)Lunny Xiao2020-07-211-0/+4
| | | | | | | | | * 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-22/+28
| | | Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-0/+214
* 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