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:
Pekka Enberg 2025-07-07 11:09:54 +03:00
parent afa0052921
commit 99a23330a5

View file

@ -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))));