summaryrefslogtreecommitdiffstats
path: root/vendor/xorm.io/builder/builder_insert.go
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-241-0/+58
| | | | | | | | | | | | | | * 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-231-0/+89
* fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests