aboutsummaryrefslogtreecommitdiff
path: root/src/test3.c
Commit message (Expand)AuthorAge
* Change sqlite3BtreeBeginTrans() to return the BTREE_SCHEMA_COOKIE, for adrh2018-06-06
* Change sqlite3BtreeNext() and sqlite3BtreePrevious() so that they returndrh2017-05-30
* Changes to give a warning-free build with SQLITE_OMIT_INCRBLOB anddrh2016-09-10
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* Change the sqlite3BtreeKeySize() interface into sqlite3BtreeIntegerKey() anddrh2016-06-04
* Simplify the sqlite3BtreeInsert() interface by gathering the five argumentsdrh2016-05-21
* For a pager backed by a temp file, store the main journal in memory until it ...dan2016-04-06
* Add mutex operations to test code in test3.c to avoid triggering assert() fai...dan2015-10-30
* Capture BTREE_FORDELETE test cases that were mistakenly omitted from thedrh2015-10-26
|\
| * Fix an uninitialized variable problem in the test code added by the previous ...dan2015-10-26
| * Test that the binary record "0x01 0x00" is interpreted by OP_Column as a vect...dan2015-10-26
|/
* Modifications to pass a flag to internal routine sqlite3BtreeCursor() when a ...dan2015-10-22
* Eliminate all use of sprintf(), strcpy() and strcat() from test logic becausedrh2015-01-19
* More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE...mistachkin2013-04-29
* Add new primary error codes SQLITE_NOTICE and SQLITE_WARNING for use withdrh2013-04-10
* Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also indrh2012-04-19
* Fix MSVC compiler warnings in test code.drh2012-03-30
* Only require double-zero terminators on database filenames, not any everydrh2012-01-10
* Have the ATTACH command do URI interpretation in the same way as sqlite3_open...dan2011-04-23
* Remove the sqlite3BtreeFactor() wrapper routine. All modules now calldrh2010-08-30
* Changes to test code so that testfixture compiles when OMIT_SHARED_CACHE and ...dan2010-01-07
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Restore (btree_set_cache_size) to test3.c. This is used on unix for the tcl "...danielk19772009-07-09
* removed the test function sqlite3BtreeFlags() (test code only); (CVS 6868)shane2009-07-09
* removed unused functions from test3.c (test code only); (CVS 6867)shane2009-07-09
* Make the sqlite3BtreeMoveto function static, since it is only used from withi...danielk19772009-07-06
* Remove an unused variable from the test code in test3.c. (CVS 6843)drh2009-07-03
* Cause opening a transaction on a sharable b-tree module automatically obtain ...danielk19772009-07-02
* Cause incremental-blob read/write operations lock shared-cache tables in the ...danielk19772009-06-29
* Speed up INSERT operations that add data to UNIQUE or PRIMARY KEY indexes by ...danielk19772009-05-04
* Fix some cases where executing SQL from within a user-function callback could...danielk19772009-03-18
* Make sqlite3_count_changes() and total_changes() work with "DELETE FROM <tabl...danielk19772008-10-27
* Additional changes toward fixing ticket #3292. (CVS 5562)drh2008-08-13
* Remove leftover debugging commands (breakpoint and btree_breakpoint) fromdrh2008-07-12
* Remove unused code. Test coverage enhancements. Modify the algorithm useddrh2008-07-10
* Implement the 'CONFIG_SINGLETHREAD' and 'CONFIG_MULTITHREAD' configuration mo...danielk19772008-06-18
* Remove the xGetTempname() method from the vfs structure. Temp files are now o...danielk19772008-06-06
* In test3.c, use type 'u32' instead of 'unsigned int' to remove a warning/erro...shane2008-05-27
* Consolidated varint macro usage from btreeInt.h, vdbe.c, and vdbeaux.c into s...shane2008-04-24
* Modify the {quote: IdxDelete} opcode so that it takes an array of registers r...drh2008-03-25
* Use a vdbe memory cell to allocate the space required for vdbe cursors. (CVS ...danielk19772008-03-25
* Removed the direct btree tests - part of the ongoing effort to test bydrh2008-03-25
* Various renames & cleanups to limit exported symbols on amalgamation build (C...mlcreech2008-03-04
* Delete unused "pager3_refinfo_enable" flag and its associated debuggingdrh2008-02-02
* Additional test coverage improvements. Test coverage now stands at 98.73%. (...drh2008-01-19
* In shared-cache mode, make sure the busy hander invoked is thedrh2007-12-07
* Fixes for compilation/testing when the various OMIT macros are defined. (CVS ...danielk19772007-09-12
* Honor the SQLITE_OPEN_ flags passed into sqlite3_open_v2(). Somedrh2007-09-03
* Fix a bug in a test file causing malloc5.test to crash. (CVS 4331)danielk19772007-08-30