Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade xorm to latest to fix insert issue bug (#8309) | Lunny Xiao | 2019-09-29 | 5 | -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) | guillep2k | 2019-08-26 | 17 | -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 Xiao | 2019-06-23 | 24 | -0/+2676 |
* fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests |