mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-05 07:46:50 +08:00
103 errors out of 202628 tests on Linux 64-bit little-endian
This commit is contained in:
@@ -627,7 +627,9 @@ func newConn(name string) (*conn, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return c, nil
|
||||
// Default is set at compile time to 1024 because testfixture hard codes that value, fix it at runtime.
|
||||
_, err = c.Exec("PRAGMA page_size = 4096;", nil)
|
||||
return c, err
|
||||
}
|
||||
|
||||
// const void *sqlite3_column_blob(sqlite3_stmt*, int iCol);
|
||||
|
Reference in New Issue
Block a user