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