Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/whereK.test
2015-03-25
| ||
15:23 | Extend [52e73eec] so that the IS optimization may be used on primary keys with more than 3 columns. file: [868fed16] check-in: [4e8796af] user: dan branch: ota-update, size: 2276 | |
2015-03-18
| ||
20:03 | Allow whereShortCut() to use the PRIMARY KEY index of a WITHOUT ROWID table to optimize a vector of "IS" operators in a WHERE clause. file: [424caa73] check-in: [52e73eec] user: dan branch: ota-update, size: 1844 Added | |
2015-03-16
| ||
18:08 | Fix typo of test prefix in the new WHERE test file. file: [f8e3cf26] check-in: [34779c52] user: mistachkin branch: trunk, size: 2362 | |
12:13 | 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). file: [78fb50c7] check-in: [7a309768] user: drh branch: combine-disjuncts, size: 2362 Added | |