summaryrefslogtreecommitdiffstats
path: root/vendor/xorm.io/core
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-2225-2773/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add support for database schema in PostgreSQL (#8819)guillep2k2020-01-204-125/+5
| | | | | | | | | | | | | | | | | | | * Add support for database schema * Require setting search_path for the db user * Add schema setting to admin/config.tmpl * Use a schema different from default for psql tests * Update postgres scripts to use custom schema * Update to xorm/core 0.7.3 and xorm/xorm c37aff9b3a * Fix migration test Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Upgrade xorm to latest to fix insert issue bug (#8309)Lunny Xiao2019-09-295-62/+176
| | | | | | | | | | * upgrade xorm to latest to fix insert issue bug * add newissue unit tests * update xorm version * fix tests
* Retry create issue to cope with duplicate keys (#7898)guillep2k2019-08-2617-55/+158
| | | | | | * Retry create issue to cope with duplicate keys * Use .SetExpr().Where().Insert()
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-2324-0/+2676
* fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests