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