1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Add test case for previous commit.

FossilOrigin-Name: 14d14eb537075c6ac77513b1e7305bed8bc01a9034dfb763fd96f76400f2b705
This commit is contained in:
dan
2020-02-20 14:11:08 +00:00
parent 5f69512404
commit 8a64d62d31
3 changed files with 19 additions and 8 deletions

View File

@ -263,4 +263,15 @@ do_faultsim_test 11 -faults oom* -prep {
faultsim_test_result {0 {}}
}
do_faultsim_test 11 -faults oom* -prep {
} -body {
execsql {
VALUES(false),(current_date collate binary)
intersect
values(count() not like group_concat(cast(cast(0e00 as text) as integer) <= NULL || 0.4e-0 || 0x8 & true ) over () collate rtrim);
}
} -test {
faultsim_test_result {0 {}}
}
finish_test