index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
progress.test
Commit message (
Expand
)
Author
Age
*
More test output refinements.
mistachkin
2015-06-10
*
Fix a minor problem in progress.test. No code changes.
dan
2013-08-21
*
Run progress callback checks less frequently in the main VDBE evaluation
drh
2013-07-10
*
Fix some problems in os_unix.c when compiled with ENABLE_LOCKING_STYLE on OSX...
dan
2011-04-01
*
Fix a compiler warning and an unreachable branch. Restore 100% branch test
drh
2011-04-01
*
Fix a problem whereby following an IO error in CommitPhaseTwo() of a multi-fi...
dan
2011-03-29
*
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
*
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
*
Fix for #2415. The progress handler should abandon only the current query, no...
danielk1977
2007-06-15
*
Have queries interrupted by the progress-handler return SQLITE_INTERRUPT. Rol...
danielk1977
2007-06-13
*
Allow SQL statements to be executed from within a progress callback.
drh
2006-05-26
*
Fix some test scripts so that they work with a minimal build configuration. (...
danielk1977
2005-01-20
*
Fix typos in the names of some regression tests. Ticket #962. (CVS 2023)
drh
2004-10-18
*
Improved test coverage of tclsqlite.c (CVS 1761)
drh
2004-06-29
*
Replace OP_Begin, OP_Commit and OP_Rollback with OP_AutoCommit. (CVS 1500)
danielk1977
2004-05-31
*
Add sqlite_progress_handler() API for specifying an progress callback (CVS 1111)
danielk1977
2003-10-18