mirror of
https://github.com/go-gitea/gitea
synced 2025-07-21 09:48:37 +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
1
vendor/xorm.io/core/stmt.go
generated
vendored
1
vendor/xorm.io/core/stmt.go
generated
vendored
@@ -11,6 +11,7 @@ import (
|
||||
"reflect"
|
||||
)
|
||||
|
||||
// Stmt reprents a stmt objects
|
||||
type Stmt struct {
|
||||
*sql.Stmt
|
||||
db *DB
|
||||
|
Reference in New Issue
Block a user