SQLite

All files named ”test/cursorhint2.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/cursorhint2.test

2018-09-11
13:38
[6f3aa9cb19] part of check-in [e7033104fa] Fix a problem causing ENABLE_CURSOR_HINTS builds to segfault. (check-in: [e7033104fa] user: dan branch: trunk, size: 4417)
2018-03-20
22:52
[0078ae1ded] part of check-in [08833dda3a] Do a more thorough job of cleaning traces of the strength-reduced LEFT JOIN. (check-in: [08833dda3a] user: drh branch: join-strength-reduction, size: 4113)
2017-01-12
11:52
[8457e93d97] part of check-in [163cc1b2f7] Remove invalid test case from cursorhints2.test (check-in: [163cc1b2f7] user: drh branch: trunk, size: 3929)
2016-11-04
12:03
[fa41f0d997] part of check-in [afbbb6c66a] Mark the ICU extension functions as deterministic. (check-in: [afbbb6c66a] user: drh branch: trunk, size: 3910)
2016-06-20
17:22
[2b45341d32] part of check-in [7455d932f5] Allow LIKE operators that appear in a WHERE clause to be included in the cursor-hint for a cursor on the rhs of a LEFT JOIN. (check-in: [7455d932f5] user: dan branch: cursor-hints, size: 3804)
2016-06-17
19:27
[cef69bab25] part of check-in [998095aba0] Include WHERE terms in the cursor-hint passed to a cursor opened for the rhs of a LEFT JOIN iff we can be sure that those terms will not evaluate to true if the LEFT JOIN generates a row of NULLs. (check-in: [998095aba0] user: dan branch: cursor-hints, size: 3555)
14:59
[aa52c25d84] part of check-in [fcd12b69ce] Fix a duplicate test name in cursorhint2.test. (check-in: [fcd12b69ce] user: dan branch: cursor-hints, size: 2173)
14:47
[c4c49b4b34] part of check-in [c1a5a57cf1] Fix a typo in the cursorhint2.test script. (check-in: [c1a5a57cf1] user: dan branch: cursor-hints, size: 2173)
14:33
Added: [532fdc6786] part of check-in [2a2346b042] If a table is on the rhs of a LEFT JOIN, include only terms from the joins ON(...) clause in the cursor-hint passed via OP_CursorHint. (check-in: [2a2346b042] user: dan branch: cursor-hints, size: 2201)