Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/savepoint.test
2018-12-05
| ||
17:31 | Fix a test script problem on this branch. file: [ea1a6c08] check-in: [285d1c59] user: dan branch: wal2, size: 26186 | |
2017-10-04
| ||
20:57 | Add experimental mode that uses two wal files. Activated using "PRAGMA journal_mode = wal2". file: [69c56b89] check-in: [e2fc5c81] user: dan branch: wal2, size: 26190 | |
2017-07-26
| ||
18:26 | Allow ATTACH and DETACH to occur inside of a transaction. file: [1f8a6b1a] check-in: [ac1fd6be] user: drh branch: attach-in-trans, size: 26153 | |
2014-11-11
| ||
01:33 | Experimental changes that permit read operations to continue after a ROLLBACK, as long as the schema is unchanged. file: [c671fdbd] check-in: [fa6e6a9a] user: drh branch: read-after-rollback, size: 26099 | |
2014-09-11
| ||
13:44 | Add support for the extra parameter on the sqlite3_set_authorizer() callback and support for failing an ATTACH with an authentication-required database using bad credentials. The extension is now feature complete, but much testing and bug-fixing remains. file: [51d3900d] check-in: [596e728b] user: drh branch: user-auth, size: 26099 | |
2013-11-05
| ||
13:33 | Standardize the error messages generated by constraint failures to a format of "$TYPE constraint failed: $DETAIL". This involves many changes to the expected output of test cases. file: [6c53f76d] check-in: [54b22192] user: drh branch: omit-rowid, size: 26073 | |
01:59 | Add the conflict2.test script. Fix issues discovered by this script. file: [e04f1ca1] check-in: [294ed337] user: drh branch: omit-rowid, size: 26069 | |
2012-02-13
| ||
16:43 | Change the ROLLBACK command so that pending statements to not block it. The pending statements instead return SQLITE_ABORT upon next access. Note: This causes separate shared-cache connections in read_uncommitted mode to abort as well. file: [f5acd87d] check-in: [9b66c79e] user: drh branch: nonblocking-rollback, size: 26065 | |
10:00 | Changes to various test scripts so that veryquick.test runs with OMIT_COMPOUND_SELECT defined. file: [42ba63b6] check-in: [76bb649e] user: dan branch: trunk, size: 25888 | |
2011-08-02
| ||
00:57 | Add retry logic for AV defense to winOpen. Also, refactor test suite to allow the key Tcl file operations (e.g. copy and delete) to be retried. file: [e575217b] check-in: [9007586f] user: mistachkin branch: winopen-retry-logic, size: 25932 | |
2011-01-11
| ||
17:39 | Add the SQLITE_FCNTL_SYNC file-control. file: [a1bef7ac] check-in: [b3f2f465] user: dan branch: trunk, size: 25981 | |
2010-09-15
| ||
11:42 | Add trivial test case to make sure shared-cache mode does not automatically turn on exclusive-locking mode. file: [d3dd00e0] check-in: [a0ab3902] user: dan branch: trunk, size: 25993 | |
2010-08-31
| ||
16:25 | Do not clear the internal "schema has changed" flag when performing a savepoint rollback. The schema changes may not have taken place within the savepoint being rolled back. file: [2b6c154e] check-in: [c2a84430] user: dan branch: trunk, size: 25974 | |
2010-07-07
| ||
18:38 | Add further test cases to savepoint.test. file: [992d6429] check-in: [f825205d] user: dan branch: trunk, size: 25310 | |
17:53 | When rolling back a savepoint, reset the changeCountDone flag. file: [7a3f04ad] check-in: [fb62f4e3] user: dan branch: trunk, size: 24089 | |
2010-05-03
| ||
11:05 | Add the "PRAGMA wal_autocheckpoint" command. Rename "PRAGMA checkpoint" to "PRAGMA wal_checkpoint". file: [14f78c2c] check-in: [714e5947] user: dan branch: wal, size: 22893 | |
2010-04-26
| ||
12:39 | Add the "wal" permutation to run existing test files savepoint.test and savepoint2.test in WAL mode. file: [500ef5af] check-in: [205e5d8a] user: dan branch: wal, size: 22889 | |
2009-07-18
| ||
08:30 | Changes to test scripts so that (make test) works when OMIT_INCRBLOB is defined. (CVS 6904) file: [f2ede4b6] check-in: [1dd834a3] user: danielk1977 branch: trunk, size: 21033 | |
2009-02-04
| ||
10:09 | Do not attempt to use the sub-journal file descriptor if it is not opened (as in journal_mode=off mode). Ticket #3636. (CVS 6252) file: [4fc56354] check-in: [20bd7605] user: danielk1977 branch: trunk, size: 20890 | |
2009-01-11
| ||
00:18 | Adjust savepoint.test so that it can deal with SQLITE_TEMP_STORE=3. (CVS 6163) file: [19b4027d] check-in: [3cb910f0] user: drh branch: trunk, size: 19891 | |
2009-01-07
| ||
10:35 | Fix a problem with reverting a 'DROP TABLE' command executed inside of a savepoint on an auto-vacuum database. (CVS 6129) file: [2ffa8b05] check-in: [3a4bb832] user: danielk1977 branch: trunk, size: 19519 | |
08:12 | Fix savepoint related bugs. A rollback caused by an IO error or "OR ROLLBACK" clause while one or more savepoints were open was leaving the sqlite3 structure in an invalid state. (CVS 6128) file: [b5ce04cc] check-in: [e5d42c69] user: danielk1977 branch: trunk, size: 18950 | |
2009-01-06
| ||
13:40 | Add some savepoint related test cases and fix a few problems. (CVS 6116) file: [7c743ac2] check-in: [8c62ea4f] user: danielk1977 branch: trunk, size: 17950 | |
2009-01-03
| ||
15:06 | Add some tests with attached databases to savepoint.test. Also tests of creating and dropping tables in auto-vacuum mode inside of a savepoint. (CVS 6108) file: [154001ac] check-in: [ca7f11d5] user: danielk1977 branch: trunk, size: 17192 | |
2009-01-01
| ||
14:06 | Fix some problems in the fts3 expression parser with mismatched parenthesis. (CVS 6095) file: [08803877] check-in: [ccfe4580] user: danielk1977 branch: trunk, size: 12619 | |
2008-12-30
| ||
06:24 | Invoke the authorization callback when compiling SAVEPOINT, ROLLBACK TO and RELEASE commands. (CVS 6074) file: [101110d0] check-in: [e49807b1] user: danielk1977 branch: trunk, size: 12620 | |
2008-12-27
| ||
15:23 | Fix a problem with savepoint and incremental-vacuum. (CVS 6066) file: [d00fe3f8] check-in: [08352f9e] user: danielk1977 branch: trunk, size: 11133 | |
2008-12-23
| ||
11:46 | Add a test to savepoint.test that tests that nothing goes wrong if an incremental vacuum occurs inside a savepoint. (CVS 6057) file: [5d433693] check-in: [fc4f0621] user: danielk1977 branch: trunk, size: 8869 | |
2008-12-18
| ||
18:31 | Increase test coverage of new savepoint code. (CVS 6040) file: [24b7d679] check-in: [d915718d] user: danielk1977 branch: trunk, size: 7649 | |
2008-12-17
| ||
17:30 | Add the savepoint feature. This feature is largely untested at this point. (CVS 6036) file: [fdad3b61] check-in: [34b56600] user: danielk1977 branch: trunk, size: 6003 Added | |