mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix some test scripts that were failing with SQLITE_OMIT_VIRTUALTABLE builds.
FossilOrigin-Name: 81c118d90b281b30f40b3eeefaeb2c8350aa40080b4fe7de8f21d263986c6acb
This commit is contained in:
@ -1620,10 +1620,11 @@ do_execsql_test where-28.1 {
|
||||
|
||||
# 2022-12-07 Yong Heng [https://sqlite.org/forum/forumpost/dfe8084751]
|
||||
#
|
||||
do_execsql_test where-29.1 {
|
||||
SELECT DISTINCT 'xyz' FROM pragma_cache_size
|
||||
WHERE rowid OR abs(0)
|
||||
ORDER BY
|
||||
ifcapable vtab {
|
||||
do_execsql_test where-29.1 {
|
||||
SELECT DISTINCT 'xyz' FROM pragma_cache_size
|
||||
WHERE rowid OR abs(0)
|
||||
ORDER BY
|
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||||
@ -1631,7 +1632,8 @@ do_execsql_test where-29.1 {
|
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||||
1, 1, 1, 1;
|
||||
} {xyz}
|
||||
} {xyz}
|
||||
}
|
||||
|
||||
# 2023-01-30
|
||||
# Tests case for the query planner performance issue reported by
|
||||
|
Reference in New Issue
Block a user