summaryrefslogtreecommitdiffstats
path: root/vendor/xorm.io/builder
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-2212-104/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix label count (#8267)Lunny Xiao2019-09-2417-332/+310
| | | | | | | | | | | | | | * fix label count * fix vendor * fix import order * update xorm to fix bug * fix tests * fix mssql bug
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-2330-0/+2939
* fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests