mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-31 04:52:52 +09: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
2
vendor/github.com/go-xorm/xorm/go.mod
generated
vendored
2
vendor/github.com/go-xorm/xorm/go.mod
generated
vendored
@ -15,5 +15,5 @@ require (
|
||||
github.com/stretchr/testify v1.3.0
|
||||
github.com/ziutek/mymysql v1.5.4
|
||||
xorm.io/builder v0.3.5
|
||||
xorm.io/core v0.6.3
|
||||
xorm.io/core v0.7.0
|
||||
)
|
||||
|
Reference in New Issue
Block a user