aboutsummaryrefslogtreecommitdiff
path: root/src/test_config.c
Commit message (Expand)AuthorAge
* If ENABLE_STAT3 is defined but ENABLE_STAT4 is not, have ANALYZE create and p...dan2013-08-12
* Begin adding experimental sqlite_stat4 table. This commit is buggy.dan2013-08-03
* Remove the unused SQLITE_CURDIR macro.drh2013-04-16
* Refactoring the mmap interface. The controlling pragma is now "mmap_size"drh2013-04-15
* Disable the use of memory-mapped I/O if the SQLITE_DISABLE_MMAP macro isdrh2013-04-08
* Remove the SQLITE_OMIT_MERGE_SORT compile-time option and its related code.drh2013-03-24
* Add the SQLITE_DISABLE_FTS4_DEFERRED compile time option.dan2012-08-20
* Disable the atof1.test module when compiling on MSVC.drh2012-06-21
* Merge the changes need to compile on WinRT into trunk.drh2012-06-06
|\
| * Import all the latest trunk changes into the WinRT branch. Refactor and/or r...mistachkin2012-04-18
| |\
| * | Add compile-time define to indicate if the VFS supports the concept of a curr...mistachkin2012-03-05
* | | Disable FTS unicode61 by default. It is enabled by specifying compile time op...dan2012-06-06
* | | If SQLITE_DISABLE_FTS3_UNICODE is defined, do not build the "unicode61" token...dan2012-05-26
| |/ |/|
* | The SQLITE_RTREE_INT_ONLY compile-time option causes the RTree extension drh2012-04-02
|/
* For the mem1.c system malloc implementation, use the malloc_usable_size()drh2011-11-09
* Purge lingering references to SQLITE_STAT2 from the code and test scripts.drh2011-10-21
* Add the SQLITE_DIRECT_OVERFLOW_READ compile time option.dan2011-10-08
* Merge the latest trunk changes into the stat3-trunk branch.drh2011-09-23
|\
| * Remove the SQLITE_PAGECACHE_BLOCKALLOC compilation option.dan2011-09-22
* | Merge the stat3-enhancement branch with trunk, but keep the resulting mergedrh2011-08-26
|\ \ | |/ |/|
| * Begin a branch that experimentally replaces sqlite_stat2 with a new tabledrh2011-08-12
* | Modify test cases so that veryquick.test passes with PAGECACHE_BLOCKALLOC def...dan2011-08-22
* | Add the SQLITE_OMIT_MERGE_SORT pre-processor directive. To omit the code in v...dan2011-08-12
|/
* Expose the value of compile time symbol SQLITE_MAX_DEFAULT_PAGE_SIZE to test ...dan2011-07-06
* Remove the SQLITE_OMIT_CONFLICT_CLAUSE preprocessor define which was nodrh2011-06-20
* Add the ability to limit filenames to 8+3 using thedrh2011-05-17
* Back out the SQLITE_OMIT_UNIQUE_ENFORCEMENT compile-option. It is an unneededdrh2011-04-09
* Do not run multi-threaded Tcl tests if the library was built with SQLITE_MUTE...dan2011-04-07
* Skip unique constraint enforcement if compiled with SQLITE_OMIT_UNIQUE_ENFORC...shaneh2011-03-10
* Add the SQLITE_OMIT_AUTORESET compile-time option which if enabled causesdrh2011-01-17
* Changes to the multiplex VFS to optionally (compiler define) allow shaneh2010-11-08
* Remote the SQLITE_OMIT_GLOBALRECOVER macro - it is subsumed by drh2010-07-07
* Support compile-time option SQLITE_OMIT_WAL, for building without WAL support.dan2010-05-01
* Wrap all automatic index changes inside SQLITE_OMIT_AUTOMATIC_INDEX. Adddrh2010-04-07
* Changes to compile time option diags to report values for some defines. shaneh2010-02-24
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Add some tests of statements in foreignkeys.html.dan2009-10-07
* Add the SQLITE_ENABLE_STAT2 macro. If this is not defined at build-time, the ...dan2009-08-19
* Reorganize and cleanup the prepared statement object. Remove code that hasdrh2009-06-19
* Enable cell overflow checking in sqlite3BtreeInitPage() using thedrh2009-06-09
* Add the sqlite3_unlock_notify() API. (CVS 6348)danielk19772009-03-16
* Only run tests that depend on SQLITE_PREFER_PROXY_LOCKING builds when said sy...danielk19772009-01-12
* Coverage improvements in pragma.c. Change the __DARWIN__ macro to __APPLE__,drh2009-01-09
* Continuing to refactor os_unix.c. This is an incremental check-in. (CVS 5967)drh2008-11-29
* Continuing work on the os_unix.c refactoring. Removed all of thedrh2008-11-29
* Added support for proxy file locking styleaswift2008-11-21
* Added SQLITE_OMIT_DEPRECATED compile time option to leave out deprecated func...shane2008-10-12
* Fix a OOM segfault in the BETWEEN operator parsing - discovered whiledrh2008-10-11
* Add the SQLITE_OMIT_TRUNCATE_OPTIMIZATION option. Other unrelateddrh2008-10-10
* Updated LIMIT support for DELETE/UPDATE. Omit option changed to SQLITE_ENABL...shane2008-10-10