summaryrefslogtreecommitdiffstats
path: root/vendor/xorm.io/xorm/dialects/mysql.go
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade xorm to v1.2.4 (#17059)Lunny Xiao2021-09-151-28/+31
|
* Upgrade xorm to v1.2.2 (#16663) & Add test to ensure that dumping of login ↵zeripath2021-08-281-45/+135
| | | | | | | | | | | | | | | | | | sources remains correct (#16847) (#16848) * Upgrade xorm to v1.2.2 (#16663) Backport #16663 Fix #16683 * Add test to ensure that dumping of login sources remains correct (#16847) #16831 has occurred because of a missed regression. This PR adds a simple test to try to prevent this occuring again. Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Upgrade xorm to v1.1.1 (#16339)Lunny Xiao2021-07-041-0/+37
|
* Upgrade xorm to v1.1.0 (#15869)Lunny Xiao2021-05-141-9/+22
|
* Upgrade xorm to v1.0.4 (#12694)Lunny Xiao2020-09-031-6/+15
|
* Upgrade xorm to v1.0.2 (#11900)Lunny Xiao2020-06-151-9/+11
| | | Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Upgrade xorm to v1.0.1 and fix start fail with potgres (#10819)Lunny Xiao2020-03-251-10/+10
| | | | | | | * upgrade xorm to v1.0.1 * fix start fail with postgres Co-authored-by: zeripath <art27@cantab.net>
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-0/+660
* 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