mirror of
https://github.com/documize/community.git
synced 2025-07-20 13:49:42 +02:00
Update SQLX dependency
This commit is contained in:
parent
516140dd7e
commit
b3383f46ca
8 changed files with 41 additions and 11 deletions
2
vendor/github.com/jmoiron/sqlx/sqlx.go
generated
vendored
2
vendor/github.com/jmoiron/sqlx/sqlx.go
generated
vendored
|
@ -471,8 +471,6 @@ func (tx *Tx) Stmtx(stmt interface{}) *Stmt {
|
|||
s = v.Stmt
|
||||
case *Stmt:
|
||||
s = v.Stmt
|
||||
case sql.Stmt:
|
||||
s = &v
|
||||
case *sql.Stmt:
|
||||
s = v
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue