Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/cursorhint.test
2016-01-04
| ||
01:08 | Add releasetest.tcl cases for SQLITE_LIKE_DOESNT_MATCH_BLOB and for SQLITE_ENABLE_CURSOR_HINTS. file: [7bc34678] check-in: [f300c35e] user: drh branch: trunk, size: 3954 | |
2015-10-27
| ||
13:24 | Split out sqlite3BtreeCursorHintFlags() from sqlite3BtreeCursorHint() the interface for improved performance. file: [432811b6] check-in: [b3ec9a0d] user: drh branch: cursor-hints, size: 4003 | |
2015-08-18
| ||
15:58 | Provide hints for all terms in a range constraint if there are any equality terms anywhere in the constraint. Range constraint terms are only omitted for a pure range constraint with no equality prefix. file: [7d94f760] check-in: [b5897bc0] user: drh branch: cursor-hints, size: 3952 | |
2015-08-17
| ||
17:19 | Avoid generating hints using constraints that are also used to initialize the cursor, since presumably the cursor already knows about those constraints. file: [b1f86e9c] check-in: [142b048a] user: drh branch: cursor-hints, size: 3796 | |
2015-08-15
| ||
00:51 | Change the display of the P4 operand of CursorHint in EXPLAIN output to function notation. file: [0d79cce9] check-in: [bee73d42] user: drh branch: cursor-hints, size: 3012 | |
2015-08-14
| ||
20:08 | Updated testing of cursor-hints. Remove the test_cursorhint.c file and associated logic in the core and do tests based purely on the newly enhanced EXPLAIN output. file: [c3844bed] check-in: [bf383e66] user: drh branch: cursor-hints, size: 2986 | |
2014-07-15
| ||
11:59 | Add simple tests for new sqlite3BtreeCursorHint() functionality. file: [e55ad8c4] check-in: [1efa6ed5] user: dan branch: cursor-hints, size: 1530 Added | |