mirror of
https://github.com/go-gitea/gitea
synced 2025-07-29 21:58:36 +00:00
Retry create issue to cope with duplicate keys (#7898)
* Retry create issue to cope with duplicate keys * Use .SetExpr().Where().Insert()
This commit is contained in:
committed by
techknowlogick
parent
541fab196f
commit
5fe2ec264f
4
vendor/modules.txt
vendored
4
vendor/modules.txt
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user