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

Dbsqlfuzz found a new way to make that branch in codeVectorCompare

reachable.

FossilOrigin-Name: 959272c27555e39f180d46257afe45d41da1f5df38ea269196c06741ff6a278e
This commit is contained in:
drh
2021-03-19 16:29:40 +00:00
parent 4cf34a5e73
commit 340fd0bc23
4 changed files with 17 additions and 10 deletions

View File

@@ -657,4 +657,10 @@ do_catchsql_test 28.10 {
DELETE FROM t0;
} {1 {sub-select returns 2 columns - expected 1}}
# 2021-03-19
# dbsqlfuzz find of a NEVER().
do_catchsql_test 29.1 {
SELECT (SELECT 1 WHERE ((SELECT 1 WHERE (2,(2,0)) IS (2,(20))),(2,0)) IS (2,(20))) WHERE (2,(2,0)) IS (2 IN(SELECT 1 WHERE (2,(2,2,0)) IS (2,(20))),(20));
} {1 {row value misused}}
finish_test