aboutsummaryrefslogtreecommitdiff
path: root/test/progress.test
Commit message (Expand)AuthorAge
* More test output refinements.mistachkin2015-06-10
* Fix a minor problem in progress.test. No code changes.dan2013-08-21
* Run progress callback checks less frequently in the main VDBE evaluationdrh2013-07-10
* Fix some problems in os_unix.c when compiled with ENABLE_LOCKING_STYLE on OSX...dan2011-04-01
* Fix a compiler warning and an unreachable branch. Restore 100% branch testdrh2011-04-01
* Fix a problem whereby following an IO error in CommitPhaseTwo() of a multi-fi...dan2011-03-29
* 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
* 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
* Fix for #2415. The progress handler should abandon only the current query, no...danielk19772007-06-15
* Have queries interrupted by the progress-handler return SQLITE_INTERRUPT. Rol...danielk19772007-06-13
* Allow SQL statements to be executed from within a progress callback.drh2006-05-26
* Fix some test scripts so that they work with a minimal build configuration. (...danielk19772005-01-20
* Fix typos in the names of some regression tests. Ticket #962. (CVS 2023)drh2004-10-18
* Improved test coverage of tclsqlite.c (CVS 1761)drh2004-06-29
* Replace OP_Begin, OP_Commit and OP_Rollback with OP_AutoCommit. (CVS 1500)danielk19772004-05-31
* Add sqlite_progress_handler() API for specifying an progress callback (CVS 1111)danielk19772003-10-18