mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Improvements to test coverage in the lemon-generated parser and in the
sqlite3_get_table() interface. (CVS 4745) FossilOrigin-Name: 9f95d79daeb5e7f6fd62f3c896dae4d332121d1c
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
# in particular the optimizations that occur to help those operators
|
||||
# run faster.
|
||||
#
|
||||
# $Id: like.test,v 1.7 2007/09/12 17:01:45 danielk1977 Exp $
|
||||
# $Id: like.test,v 1.8 2008/01/23 12:52:41 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -397,4 +397,10 @@ do_test like-6.1 {
|
||||
}
|
||||
} {'abc 'ax}
|
||||
|
||||
do_test like-7.1 {
|
||||
execsql {
|
||||
SELECT * FROM t1 WHERE rowid GLOB '1*';
|
||||
}
|
||||
} {a}
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user