mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Fix test cases so that they all still work even with -DSQLITE_DQS=0.
FossilOrigin-Name: 4883776669ee2f2310ea82b0d6df4d008eebaa7cb252102539cf21a635402ebb
This commit is contained in:
@@ -178,7 +178,7 @@ do_catchsql_test 6.10 {
|
||||
INSERT INTO f_segments (blockid) values (16);
|
||||
INSERT INTO f_segments values (0, x'');
|
||||
INSERT INTO f_stat VALUES (1,x'cf0f01');
|
||||
INSERT INTO f(f) VALUES ("merge=1");
|
||||
INSERT INTO f(f) VALUES ('merge=1');
|
||||
} {1 {database disk image is malformed}}
|
||||
|
||||
# 2020-03-02 https://bugs.chromium.org/p/chromium/issues/detail?id=1057441
|
||||
|
Reference in New Issue
Block a user