mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 12:35:00 +00:00
testing/glob.test: Run in-memory mode
Let's run the test case with in-memory mode to avoid the (unrelated) WAL checksum errors that we're hitting.
This commit is contained in:
parent
afa0052921
commit
99a23330a5
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ do_execsql_test where-glob-impossible {
|
|||
select * from products where 'foobar' glob 'fooba';
|
||||
} {}
|
||||
|
||||
do_execsql_test glob-null-other-types {
|
||||
do_execsql_test_on_specific_db {:memory:} glob-null-other-types {
|
||||
DROP TABLE IF EXISTS t0;
|
||||
CREATE TABLE IF NOT EXISTS t0 (c0 REAL);
|
||||
UPDATE t0 SET c0='C2IS*24', c0=0Xffffffffbfc4330f, c0=0.6463854797956918 WHERE ((((((((t0.c0)AND(t0.c0)))AND(0.23913649834358142)))OR(CASE t0.c0 WHEN t0.c0 THEN 'j2' WHEN t0.c0 THEN t0.c0 WHEN t0.c0 THEN t0.c0 END)))OR(((((((((t0.c0)AND(t0.c0)))AND(t0.c0)))OR(t0.c0)))AND(t0.c0))));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue