index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tool
/
mkopts.tcl
Commit message (
Expand
)
Author
Age
*
Replace the sqlite3_memdb_ptr() interface with the more general
drh
2018-01-03
*
Add a script that will break the amalgamation source file up into 4 or 5
drh
2011-04-01
*
Change analyze7.test so that it works without SQLITE_ENABLE_STAT2 defined.
dan
2011-04-01
*
When simulating an error in the close() system call, close the file descripto...
dan
2011-04-01
*
Move a variable declaration inside an #ifdef to avoid a compiler warning.
drh
2011-04-01
*
Fix some problems in os_unix.c when compiled with ENABLE_LOCKING_STYLE on OSX...
dan
2011-04-01
*
Fix a problem in the unix VFS implementation of xNextSystemCall(). Also some ...
dan
2011-03-29
*
Fix the documentation for the sqlite3_column_*_name() functions to describe
drh
2011-03-29
*
Add the ability to enable and disable foreign key constraints and triggers
drh
2011-03-21
*
Enhances to the query planner such that "x IS NULL" constraints take the
drh
2011-03-17
*
Fix an instance of signed arithmetic overflow and an one bit-shift overflow.
drh
2011-03-05
*
When a stale schema-cookie is seen, expire only the one statement that
drh
2011-02-22
*
Fix a problem with "EXPLAIN QUERY PLAN SELECT count(*) FROM tbl".
dan
2011-02-21
*
Increment the change counter and update the SQLite version number whenever
drh
2011-01-15
*
Add a test case demonstrating the problem described by ticket [5d863f876e].
dan
2011-01-15
*
Fix comments, including some documentation comments, in the page cache
drh
2011-01-14
*
Fix a bug in test code (test_vfs.c).
dan
2011-01-14
*
Fix a typo on the sqlite3_open_v2() documentation.
drh
2011-01-13
*
Fix a segfault that can occur in matchinfo if an fts4 table contains mostly z...
dan
2011-01-13
*
Do not raise an SQLITE_CORRUPT error in Recoverymode
drh
2011-01-12
*
If a rollback is attempted in journal_mode=off mode, force SQLite to discard ...
dan
2011-01-11
*
Fix the sqlite3.h generator script so that it generates the correct
drh
2011-01-11
*
Reduce the number of calls to sqlite3_realloc() made by fts3 when querying fo...
dan
2010-12-24
*
For Windows VFS, modified xGetLastError() to call FormatMessage()
shane
2009-10-21
*
Add documentation comment for new experimental API sqlite3_reoptimize().
dan
2009-10-17
*
Allow specific exclusion of localtime_s() usage on Windows.
shane
2009-09-22
*
Check in implementation of foreign key constraints.
dan
2009-09-19
*
More documentation and comment updates for sqlite3_initialize/shutdown interf...
shane
2009-08-17
*
Remove the begin_hook and commit_hook APIs. They were a bad idea. Add a
drh
2003-04-23