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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user