SQLITE_FCNTL_PDB.

This commit is contained in:
Nuno Cruces
2025-01-13 13:45:41 +00:00
parent a9f33cc2b0
commit ccb3dcd097
4 changed files with 14 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ func OpenFlags(filename string, flags OpenFlag) (*Conn, error) {
return newConn(context.Background(), filename, flags)
}
type connKey struct{}
type connKey = util.ConnKey
func newConn(ctx context.Context, filename string, flags OpenFlag) (res *Conn, _ error) {
err := ctx.Err()