diff options
author | guillep2k <18600385+guillep2k@users.noreply.github.com> | 2019-08-26 23:17:23 -0300 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-08-26 22:17:23 -0400 |
commit | 5fe2ec264febd6a4112c5f8c72c170f016bdf0c8 (patch) | |
tree | bc1261858b8278189d7b30c51faaa9b442245d0d /vendor/modules.txt | |
parent | 541fab196f216771a51419a8b8d353694afa6c45 (diff) | |
download | gitea-5fe2ec264febd6a4112c5f8c72c170f016bdf0c8.tar.gz gitea-5fe2ec264febd6a4112c5f8c72c170f016bdf0c8.zip |
Retry create issue to cope with duplicate keys (#7898)
* Retry create issue to cope with duplicate keys
* Use .SetExpr().Where().Insert()
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 3cbee9f5ca..ec99786056 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -148,7 +148,7 @@ github.com/go-redis/redis/internal/proto github.com/go-redis/redis/internal/util # github.com/go-sql-driver/mysql v1.4.1 github.com/go-sql-driver/mysql -# github.com/go-xorm/xorm v0.7.4 +# github.com/go-xorm/xorm v0.7.7-0.20190822154023-17592d96b35b github.com/go-xorm/xorm # github.com/gogits/chardet v0.0.0-20150115103509-2404f7772561 github.com/gogits/chardet @@ -482,5 +482,5 @@ mvdan.cc/xurls/v2 strk.kbt.io/projects/go/libravatar # xorm.io/builder v0.3.5 xorm.io/builder -# xorm.io/core v0.6.3 +# xorm.io/core v0.7.0 xorm.io/core |