summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-xorm/builder
Commit message (Collapse)AuthorAgeFilesLines
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-2328-2876/+0
| | | | | | | | | | | | * fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests
* Use Go1.11 module (#5743)Mura Li2019-03-273-0/+244
| | | | | | | | | | | | | | | | | | * Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
* fix forgot removed records when deleting user (#5429)Lunny Xiao2018-12-1813-111/+698
| | | | | | | | | | * fix forgot removed records when deleting user * fix migration * fix rewritekey lock on sqlite * remove unused codes
* Update xorm to latest version and fix correct `user` table referencing in ↵Lauris BH2018-07-2010-20/+282
| | | | sql (#4473)
* Migrate to dep (#3972)Antoine GIRARD2018-05-212-187/+0
| | | | | | | | | | | | * Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2
* fix MSSQL bug on org (#3405)Lunny Xiao2018-01-272-2/+8
|
* Fix and test for delete user (#1713)Ethan Koenig2017-05-202-8/+4
| | | | | | | | * Fix and test for delete user * Run updates in batches * Unit test
* Update xorm to latest version (#1651)Lauris BH2017-05-023-35/+71
| | | | | | * Update xorm to latest version * Update xorm/builder
* refactor notificationsForUser since xorm In support slice of customerize ↵Lunny Xiao2017-02-161-4/+20
| | | | type (#956)
* Update xorm and dependencies vendor for feature to dump to other database (#565)Lunny Xiao2017-01-0321-19/+198
| | | | | | * update xorm and dependencies vendor for feature to dump to other database * fix golint
* Added all required dependenciesThomas Boerger2016-11-0422-0/+1737