aboutsummaryrefslogtreecommitdiff
path: root/src/test_btree.c
Commit message (Collapse)AuthorAge
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
| | | FossilOrigin-Name: 6e5bb48a74d63fb8c30528f0005d1763cd2dbb882abf86baf1565721e6bfcf84
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
| | | FossilOrigin-Name: f2f1323cc4d2ad2d6794dbfae8d50b747213e85d
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ↵mistachkin2016-07-28
| | | | | convention. FossilOrigin-Name: e8be3dfeabaa31b3490793cf8230faae1204be15
* Combine the various boolean fields of the BtCursor object into a singledrh2014-03-11
| | | | | | | 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. FossilOrigin-Name: 968fec44d7fde3adbd3e9603e4282351f0d4bda1
* Have user interfaces report out the filename of in-memory databases as andrh2012-05-27
| | | | | empty string, as it always has. This simplifies the changes. FossilOrigin-Name: 595dfdbffefb2598cba89980f885289d1c5f5833
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
| | | FossilOrigin-Name: f6c045f649036958078cb15cd9d5453680c82b0c
* removed unused functions from test3.c (test code only); (CVS 6867)shane2009-07-09
| | | FossilOrigin-Name: 0eb69e8dda13e2d52a06f66a71480f59fd766271
* Instead of storing a pointer to the parent page in the MemPage structure, ↵danielk19772008-09-29
| | | | | have each B-Tree cursor keep track of the ancestry of the current page. (CVS 5747) FossilOrigin-Name: 40425e93421286cca1965d7a5769084526210c7a
* Continuing work on adding full support for the SQLITE_OMIT_WSD drh2008-09-02
| | | | | compile-time option. (CVS 5658) FossilOrigin-Name: ef26ea5c46d3915d206f8ff7f82a24f4c8955f1f
* Increased test coverage. (CVS 5414)drh2008-07-15
| | | FossilOrigin-Name: 7cf91e08c08ce515c24c738c7d079f5b81eebee6
* Detect and handles the case where a row is modified or deleted while itdrh2008-07-11
| | | | | is being read during SELECT processing. (CVS 5399) FossilOrigin-Name: c80a5d09935c60a2a50bc262c172a94073355f0d
* Remove unused code. Test coverage enhancements. Modify the algorithm useddrh2008-07-10
| | | | | | to select column names for VIEWs of joins so that the constructed column names omits the underlying table names. (CVS 5386) FossilOrigin-Name: 636cd723296a8b1709011fdd99b236ffddf3f1b0
* Begin adding mutexes. Compiles without SQLITE_OMIT_SHARED_CACHE but wedrh2007-08-17
| | | | | get an assertion fault on the shared cache testing. (CVS 4239) FossilOrigin-Name: 4c1e9ffebe7c611a8b6a89153ae97ab9bca19ea3
* Fix a bug in the test logic introduced by check-in (3928). (CVS 3942)drh2007-05-08
| | | FossilOrigin-Name: 47d1678d2d795196e51b7f0f185198f2b338636b
* Factor out btree test logic into a separate test_btree.c file. (CVS 3928)drh2007-05-05
FossilOrigin-Name: d51274f1cc3a75f6a03e90259ce829ac1dacf78f