mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 22:32:24 -05:00
bump ncruces/go-sqlite3 to v0.21.1 (#3625)
This commit is contained in:
parent
ec00dbd496
commit
9697df0955
12 changed files with 175 additions and 133 deletions
2
vendor/github.com/ncruces/go-sqlite3/driver/driver.go
generated
vendored
2
vendor/github.com/ncruces/go-sqlite3/driver/driver.go
generated
vendored
|
|
@ -379,7 +379,7 @@ func (c *conn) PrepareContext(ctx context.Context, query string) (driver.Stmt, e
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if tail != "" {
|
||||
if notWhitespace(tail) {
|
||||
s.Close()
|
||||
return nil, util.TailErr
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue