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