1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Add test case for the fix in the previous commit.

FossilOrigin-Name: 39434262d5cf1af197ce0abb1f1ee84ee0797823e290a493c5bf8376fbe287a6
This commit is contained in:
dan
2018-06-18 20:08:08 +00:00
parent 5bce7d8f6c
commit 3a6b258ec3
3 changed files with 11 additions and 8 deletions

View File

@ -65,6 +65,9 @@ foreach {tnum sql norm} {
{/* IN list exactly 5 bytes long */
SELECT * FROM t1 WHERE x IN (1,2,3);}
{select*from t1 where x in(?,?,?);}
180
{ }
{}
} {
do_test $tnum [list sqlite3_normalize $sql] $norm
}