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