mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Configure memory, 32-bit WAL. (#170)
This commit is contained in:
@@ -223,6 +223,9 @@ func TestDB_timeCollation(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestDB_isoWeek(t *testing.T) {
|
||||
if testing.Short() {
|
||||
t.Skip("skipping in short mode")
|
||||
}
|
||||
t.Parallel()
|
||||
|
||||
db, err := sqlite3.Open(":memory:")
|
||||
|
||||
Reference in New Issue
Block a user