mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 22:32:24 -05:00
[chore] Update ncruces/go-sqlite3 to 0.21.3 (#3629)
This includes some additional locking fixes for the BSDs.
This commit is contained in:
parent
f78002f915
commit
9ae0c7b363
13 changed files with 111 additions and 101 deletions
1
vendor/github.com/ncruces/go-sqlite3/driver/driver.go
generated
vendored
1
vendor/github.com/ncruces/go-sqlite3/driver/driver.go
generated
vendored
|
|
@ -274,6 +274,7 @@ func (n *connector) Connect(ctx context.Context) (res driver.Conn, err error) {
|
|||
// if err != nil {
|
||||
// log.Fatal(err)
|
||||
// }
|
||||
// defer conn.Close()
|
||||
//
|
||||
// err = conn.Raw(func(driverConn any) error {
|
||||
// conn := driverConn.(driver.Conn)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue