mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fix two test script problems revealed by permutations.test.
FossilOrigin-Name: 60cf7e44871ca8d2136ddad02188f0b9f9c380c1
This commit is contained in:
@ -307,6 +307,8 @@ do_test where2-6.6 {
|
||||
}
|
||||
} [list 1 0 4 4 2 1 9 10 sort a i1w b $::idx]
|
||||
|
||||
if {[permutation] != "no_optimization"} {
|
||||
|
||||
# Ticket #2249. Make sure the OR optimization is not attempted if
|
||||
# comparisons between columns of different affinities are needed.
|
||||
#
|
||||
@ -474,6 +476,8 @@ do_test where2-7.4 {
|
||||
}
|
||||
} {1 2 3 2 3 nosort}
|
||||
|
||||
} ;# if {[permutation] != "no_optimization"}
|
||||
|
||||
# Ticket #1807. Using IN constrains on multiple columns of
|
||||
# a multi-column index.
|
||||
#
|
||||
|
Reference in New Issue
Block a user