Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/interrupt.test
2023-01-11
| ||
00:27 | [ac1ef50ec9] part of check-in [d030f34136] Add a new sqlite3_is_interrupted() interface that can be used by long-running app-defined functions and similar to see if they need to exit early due to an sqlite3_interrupt() call. (check-in: [d030f34136] user: drh branch: trunk, size: 5407) | |
2016-12-16
| ||
01:00 | [16ea879ec7] part of check-in [8d646905b8] All temp.sqlite_master to be used as an alias for sqlite_temp_master. (check-in: [8d646905b8] user: drh branch: trunk, size: 5077) | |
2012-12-08
| ||
03:34 | [dfe9a67a94] part of check-in [7b96115e81] Veryquick passes all tests now. (check-in: [7b96115e81] user: drh branch: ticket-71e333e7, size: 5077) | |
2008-01-16
| ||
17:46 | [42e7cf9864] part of check-in [5807921f5a] Get all tests running without memory leaks. (CVS 4714) (check-in: [5807921f5a] user: drh branch: trunk, size: 4956) | |
2007-06-13
| ||
16:49 | [81555fb0f8] 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: 5443) | |
2007-05-15
| ||
16:51 | [de86456bb5] part of check-in [f84d9dab11] Make sure pParse->rc gets set whenever sqlite3ErrorMsg() is called. This is added insurance that parsing will stop quickly after an error. This change did make the parser stop faster in some cases, which required some revisions to tests. (CVS 4010) (check-in: [f84d9dab11] user: drh branch: trunk, size: 5167) | |
2006-07-17
| ||
00:02 | [c38b7f7c17] part of check-in [b0d19e575b] Add the "interrupt" method to the TCL interface. Ticket #1889. (CVS 3332) (check-in: [b0d19e575b] user: drh branch: trunk, size: 5348) | |
2006-01-03
| ||
00:33 | [cd24dc5bed] part of check-in [70b228575e] The sqlite TCL command no longer returns the hex address of the sqlite3* structure. Instead there is a new command in testfixture to find that information. (CVS 2852) (check-in: [70b228575e] user: drh branch: trunk, size: 5122) | |
2005-03-29
| ||
03:10 | [170f87c281] part of check-in [c41d55443c] Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427) (check-in: [c41d55443c] user: danielk1977 branch: trunk, size: 5128) | |
2005-01-11
| ||
17:46 | [5b4d8389e6] part of check-in [5767850cca] Test coverage improvements on tokenize.c. (CVS 2196) (check-in: [5767850cca] user: drh branch: trunk, size: 5037) | |
16:54 | [738a389d2a] part of check-in [3f46cd7767] Improved test coverage for vdbeaux.c. (CVS 2195) (check-in: [3f46cd7767] user: drh branch: trunk, size: 4770) | |
2004-11-14
| ||
04:04 | [0aa230f8ae] part of check-in [59a0a8b7ce] Changes toward reducing code size when SQLITE_OMIT_UTF16 is enabled. (CVS 2099) (check-in: [59a0a8b7ce] user: drh branch: trunk, size: 4512) | |
2004-11-10
| ||
15:27 | [3b78c7c1a4] part of check-in [0747b55882] Ensure the test suite can run with either SQLITE_OMIT_AUTOVACUUM or SQLITE_DEFAULT_AUTOVACUUM=1 defined. (CVS 2087) (check-in: [0747b55882] user: danielk1977 branch: trunk, size: 4509) | |
2004-11-04
| ||
04:42 | [5c336baaf8] part of check-in [c33b3a6137] All tests pass even if OMIT_TRIGGER is defined. (CVS 2053) (check-in: [c33b3a6137] user: drh branch: trunk, size: 4487) | |
2004-10-30
| ||
20:23 | [6b6b8b86cd] part of check-in [2aa506ccb0] Begin adding the ability to remove unused features at compile-time and still have all the tests pass. (CVS 2033) (check-in: [2aa506ccb0] user: drh branch: trunk, size: 4462) | |
2004-05-10
| ||
20:27 | [0d50985f1a] part of check-in [d596f513c3] Improvements to testing of sqlite_interrupt. More checking for interrupt inside of VACUUM. (CVS 1344) (check-in: [d596f513c3] user: drh branch: version_2, size: 4531) | |
2004-02-18
| ||
16:57 | [9142ce4448] part of check-in [2c1e74e58a] Fix a memory leak that occurs if you call sqlite_interrupt() on a query using aggregate functions where the aggregate function returns a string longer than 32 characters. (CVS 1248) (check-in: [2c1e74e58a] user: drh branch: trunk, size: 4435) | |
01:31 | [46bc6ad9ba] part of check-in [e4c8b1c3aa] Add more tests of the sqlite_interrupt() logic - looking for a reported memory leak. (Didn't find it.) (CVS 1246) (check-in: [e4c8b1c3aa] user: drh branch: trunk, size: 4546) | |
2004-02-12
| ||
15:31 | [5d4308fc33] part of check-in [12c7a83f8e] Always reload the schema after a rollback. Ticket #594. (CVS 1229) (check-in: [12c7a83f8e] user: drh branch: trunk, size: 3810) | |
13:02 | Added: [09926d4d85] part of check-in [2fe9f5101c] VACUUM returns SQLITE_INTERRUPT when interrupted. Ticket #593. (CVS 1228) (check-in: [2fe9f5101c] user: drh branch: trunk, size: 2991) | |