Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/progress.test
2015-06-10
| ||
23:02 | [ebab27f670] part of check-in [e64a568179] More test output refinements. (check-in: [e64a568179] user: mistachkin branch: testerOutput, size: 4361) | |
2013-08-21
| ||
07:25 | [a282973d1d] part of check-in [a95ae93b32] Fix a minor problem in progress.test. No code changes. (check-in: [a95ae93b32] user: dan branch: trunk, size: 4398) | |
2013-07-10
| ||
03:05 | [552dc1edc3] part of check-in [3e8b02011d] Run progress callback checks less frequently in the main VDBE evaluation loop. This makes up for the extra CPU cycles used to increment the cycle counter for SQLITE_STMTSTATUS_VM_STEP. (check-in: [3e8b02011d] user: drh branch: trunk, size: 4334) | |
2007-06-15
| ||
14:53 | [5b075c3c79] part of check-in [115e19fe22] Fix for #2415. The progress handler should abandon only the current query, not all active queries. (CVS 4067) (check-in: [115e19fe22] user: danielk1977 branch: trunk, size: 4335) | |
2007-06-13
| ||
16:49 | [45ac03936c] part of check-in [33454b5691] Have queries interrupted by the progress-handler return SQLITE_INTERRUPT. Rollback any active transaction if a DML statement returns SQLITE_INTERRUPT. (CVS 4061) (check-in: [33454b5691] user: danielk1977 branch: trunk, size: 3774) | |
2006-05-26
| ||
19:57 | [8b22b4974b] part of check-in [ffc4730c05] Allow SQL statements to be executed from within a progress callback. Be warned, however, that the progress callback might be called recursively in this case. It is up to the program to disable the progress callback to prevent recursive invocations. Ticket #1827. (CVS 3193) (check-in: [ffc4730c05] user: drh branch: trunk, size: 3570) | |
2005-01-20
| ||
02:17 | [16496001da] part of check-in [d267fb3ca3] Fix some test scripts so that they work with a minimal build configuration. (CVS 2241) (check-in: [d267fb3ca3] user: danielk1977 branch: trunk, size: 3223) | |
2004-10-18
| ||
21:34 | [5ddba78cb6] part of check-in [77542beb31] Fix typos in the names of some regression tests. Ticket #962. (CVS 2023) (check-in: [77542beb31] user: drh branch: trunk, size: 3084) | |
2004-06-29
| ||
12:39 | [76c722f090] part of check-in [008e57dcd5] Improved test coverage of tclsqlite.c (CVS 1761) (check-in: [008e57dcd5] user: drh branch: trunk, size: 3080) | |
2004-05-31
| ||
08:26 | [7542a6ac78] part of check-in [b8ed812c92] Replace OP_Begin, OP_Commit and OP_Rollback with OP_AutoCommit. (CVS 1500) (check-in: [b8ed812c92] user: danielk1977 branch: trunk, size: 2873) | |
2003-10-18
| ||
09:37 | Added: [701b6115c2] part of check-in [ddb364635a] Add sqlite_progress_handler() API for specifying an progress callback (CVS 1111) (check-in: [ddb364635a] user: danielk1977 branch: trunk, size: 2845) | |