mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
bump ncruces/go-sqlite3 to v0.21.1 (#3625)
This commit is contained in:
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
|
||||
}
|
||||
|
Reference in New Issue
Block a user