summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-xorm/xorm/helpers.go
Commit message (Collapse)AuthorAgeFilesLines
* Retry create issue to cope with duplicate keys (#7898)guillep2k2019-08-261-1/+22
| | | | | | * 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-231-1/+1
| | | | | | | | | | | | * fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests
* Update xorm to latest version and fix correct `user` table referencing in ↵Lauris BH2018-07-201-162/+0
| | | | sql (#4473)
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-1/+1
| | | | | | | | * use AfterLoad instead of AfterSet on Structs * fix the comments on AfterLoad * fix the comments on action AfterLoad
* update latest xorm version to vendor (#2353)Lunny Xiao2017-08-221-189/+46
|
* Update xorm to latest version (#1651)Lauris BH2017-05-021-9/+3
| | | | | | * Update xorm to latest version * Update xorm/builder
* fix migrate failed and org dashboard failed on MSSQL database (#1448)Lunny Xiao2017-04-061-0/+14
|
* update xorm for fixing bug on processor BeforeSet and AfterSet when Find a ↵Lunny Xiao2017-02-201-14/+23
| | | | map (#987)
* Update xorm and fix dump command (#692)Lunny Xiao2017-01-231-1/+1
| | | | | | | | | | | | * update xorm and fix dump * catch database init error * still use dumpTables * fix dump bool type * update vendor.json
* Update xorm and dependencies vendor for feature to dump to other database (#565)Lunny Xiao2017-01-031-5/+24
| | | | | | * update xorm and dependencies vendor for feature to dump to other database * fix golint
* Added all required dependenciesThomas Boerger2016-11-041-0/+580