SQLite

All files named ”test/btree02.test”
Login

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

History for test/btree02.test

2018-12-27
16:55
[7555a54404] part of check-in [d9e4f95746] Modify the btree02.test module so that it does not depend on whether TCL interprets a value as a string or as an integer. (check-in: [d9e4f95746] user: drh branch: trunk, size: 1898)
2018-08-03
23:04
[a0f33669ba] part of check-in [3f5f60cd75] Completely remove the column cache logic, which has been a persistent source of bugs for many years. Due to recent enhancements to the performance of the OP_Column opcode, removing the column cache actually makes speed-check.sh run faster. Removing the column cache also saves about 1,800 bytes of code space. (check-in: [3f5f60cd75] user: drh branch: omit-column-cache, size: 1767)
2015-03-25
17:35
Added: [fe69453d47] part of check-in [37866b4d48] Fix the saveCursorPosition() routine in btree.c so that it works correctly for a eState=CURSOR_SKIPNEXT cursor. (check-in: [37866b4d48] user: drh branch: trunk, size: 1711)