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

Fix another minor problem in test file like.test.

FossilOrigin-Name: 0953e74612358f48a9c9e3772876b514bc79784f277497121c59302a3106110c
This commit is contained in:
dan
2017-07-15 08:02:10 +00:00
parent a50b309187
commit cb0d3ba862
3 changed files with 8 additions and 8 deletions

View File

@ -217,11 +217,11 @@ do_test like-3.3.101 {
# sqlite3_prepare_v2(), as in that case the statement cannot be reprepared
# after the parameter is bound.
#
unset -nocomplain ::likepat
set ::likepat abc%
if {[permutation]!="prepare"} {
do_test like-3.3.102 {
set sqlite_like_count 0
unset -nocomplain ::likepat
queryplan {
SELECT x FROM t1 WHERE x LIKE $::likepat ORDER BY 1;
}