Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for src/test_btree.c
2024-07-30
| ||
15:49 | [28283787d3] part of check-in [6e5bb48a74] First attempt at getting the build to work with Tcl 9.0. (check-in: [6e5bb48a74] user: drh branch: tcl9, size: 1899) | |
2016-07-28
| ||
17:11 | [8b2dc8b884] part of check-in [f2f1323cc4] Make sure the SQLITE_TCLAPI macro is always defined and use it for all callback functions that must interface with the Tcl C API. (check-in: [f2f1323cc4] user: mistachkin branch: callbackConv, size: 1968) | |
14:37 | [3d2abd9633] part of check-in [e8be3dfeab] Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. (check-in: [e8be3dfeab] user: mistachkin branch: callbackConv, size: 1954) | |
2014-03-11
| ||
23:40 | [2e9978eca9] part of check-in [968fec44d7] Combine the various boolean fields of the BtCursor object into a single bit-vector. This allows setting or clearing more than one boolean at a time and makes the overflow-pgno-cache branch faster than trunk on speedtest1. (check-in: [968fec44d7] user: drh branch: overflow-pgno-cache, size: 1879) | |
2012-05-27
| ||
01:19 | [5b89601dcb] part of check-in [595dfdbffe] Have user interfaces report out the filename of in-memory databases as an empty string, as it always has. This simplifies the changes. (check-in: [595dfdbffe] user: drh branch: shared-cache-memdb, size: 1858) | |
2009-11-10
| ||
01:30 | [47cd771250] part of check-in [f6c045f649] Remove the obsolete "$Id:$" RCS identifier strings from the source code. (check-in: [f6c045f649] user: drh branch: trunk, size: 1855) | |
2009-07-09
| ||
02:48 | [5adbba9b13] part of check-in [0eb69e8dda] removed unused functions from test3.c (test code only); (CVS 6867) (check-in: [0eb69e8dda] user: shane branch: trunk, size: 1917) | |
2008-09-29
| ||
11:49 | [d7b8716544] part of check-in [40425e9342] Instead of storing a pointer to the parent page in the MemPage structure, have each B-Tree cursor keep track of the ancestry of the current page. (CVS 5747) (check-in: [40425e9342] user: danielk1977 branch: trunk, size: 4137) | |
2008-09-02
| ||
00:52 | [8d5b835054] part of check-in [ef26ea5c46] Continuing work on adding full support for the SQLITE_OMIT_WSD compile-time option. (CVS 5658) (check-in: [ef26ea5c46] user: drh branch: trunk, size: 4073) | |
2008-07-15
| ||
00:27 | [7170e0c922] part of check-in [7cf91e08c0] Increased test coverage. (CVS 5414) (check-in: [7cf91e08c0] user: drh branch: trunk, size: 4055) | |
2008-07-11
| ||
21:02 | [af13f42195] part of check-in [c80a5d0993] Detect and handles the case where a row is modified or deleted while it is being read during SELECT processing. (CVS 5399) (check-in: [c80a5d0993] user: drh branch: trunk, size: 4028) | |
2008-07-10
| ||
00:32 | [fd982a4242] part of check-in [636cd72329] Remove unused code. Test coverage enhancements. Modify the algorithm used to select column names for VIEWs of joins so that the constructed column names omits the underlying table names. (CVS 5386) (check-in: [636cd72329] user: drh branch: trunk, size: 4035) | |
2007-08-17
| ||
01:14 | [c1308ba0b8] part of check-in [4c1e9ffebe] Begin adding mutexes. Compiles without SQLITE_OMIT_SHARED_CACHE but we get an assertion fault on the shared cache testing. (CVS 4239) (check-in: [4c1e9ffebe] user: drh branch: trunk, size: 7259) | |
2007-05-08
| ||
11:27 | [882d59acad] part of check-in [47d1678d2d] Fix a bug in the test logic introduced by check-in (3928). (CVS 3942) (check-in: [47d1678d2d] user: drh branch: trunk, size: 7308) | |
2007-05-05
| ||
18:39 | Added: [893030a3c4] part of check-in [d51274f1cc] Factor out btree test logic into a separate test_btree.c file. (CVS 3928) (check-in: [d51274f1cc] user: drh branch: trunk, size: 7248) | |