summaryrefslogtreecommitdiffstats
path: root/vendor/xorm.io
Commit message (Collapse)AuthorAgeFilesLines
* Hide not allowed Reactions (#9387)65432019-12-185-462/+143
| | | | | | | | | | | | * Hide not allowed Reactions * filter in query :D * use ` Co-Authored-By: Alexey 〒erentyev <axifnx@gmail.com> * update xorm v0.8.0 -> v0.8.1
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-1772-0/+18689
|
* 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
* 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
* 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-2354-0/+5615
* fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests