Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/whereK.test
2021-03-20
| ||
15:11 | [0270ab7f04] part of check-in [50fbd53260] Revise tests cases to align with the new EXPLAIN QUERY PLAN output. (check-in: [50fbd53260] user: drh branch: eqp-improvements, size: 2332) | |
2015-03-25
| ||
15:23 | [868fed1646] part of check-in [4e8796af7d] Extend [52e73eec] so that the IS optimization may be used on primary keys with more than 3 columns. (check-in: [4e8796af7d] user: dan branch: ota-update, size: 2276) | |
2015-03-18
| ||
20:03 | Added: [424caa7391] part of check-in [52e73eeca0] Allow whereShortCut() to use the PRIMARY KEY index of a WITHOUT ROWID table to optimize a vector of "IS" operators in a WHERE clause. (check-in: [52e73eeca0] user: dan branch: ota-update, size: 1844) | |
2015-03-16
| ||
18:08 | [f8e3cf26a8] part of check-in [34779c528f] Fix typo of test prefix in the new WHERE test file. (check-in: [34779c528f] user: mistachkin branch: trunk, size: 2362) | |
12:13 | Added: [78fb50c74c] part of check-in [7a3097689d] When a WHERE clause contains disjuncts with the same operands, try to combine them into a single operator. Example: (x=A OR x>A) becomes (x>=A). (check-in: [7a3097689d] user: drh branch: combine-disjuncts, size: 2362) | |