Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/savepoint.test
2022-11-04
| ||
18:58 | [63a120ec4f] part of check-in [ca63a1bee1] Merge the latest trunk enhancements into the wal2 branch. (check-in: [ca63a1bee1] user: drh branch: wal2, size: 26208) | |
2022-09-09
| ||
20:44 | [6e9804a177] part of check-in [599d1f8ec2] Further fixes to comments in sqlite3recover.h. Also rework some data structures in sqlite3recover.c. (check-in: [599d1f8ec2] user: dan branch: recover-extension, size: 26175) | |
2020-07-29
| ||
16:18 | [7bbf6b3e23] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 26154) | |
2018-12-05
| ||
17:31 | [ea1a6c0845] part of check-in [285d1c5904] Fix a test script problem on this branch. (check-in: [285d1c5904] user: dan branch: wal2, size: 26186) | |
2017-10-04
| ||
20:57 | [69c56b891c] part of check-in [e2fc5c814c] Add experimental mode that uses two wal files. Activated using "PRAGMA journal_mode = wal2". (check-in: [e2fc5c814c] user: dan branch: wal2, size: 26190) | |
2017-07-26
| ||
18:26 | [1f8a6b1aea] part of check-in [ac1fd6beb6] Allow ATTACH and DETACH to occur inside of a transaction. (check-in: [ac1fd6beb6] user: drh branch: attach-in-trans, size: 26153) | |
2014-11-11
| ||
01:33 | [c671fdbd34] part of check-in [fa6e6a9ae2] Experimental changes that permit read operations to continue after a ROLLBACK, as long as the schema is unchanged. (check-in: [fa6e6a9ae2] user: drh branch: read-after-rollback, size: 26099) | |
2014-09-11
| ||
13:44 | [51d3900dc0] part of check-in [596e728b0e] 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. (check-in: [596e728b0e] user: drh branch: user-auth, size: 26099) | |
2013-11-05
| ||
13:33 | [6c53f76dff] part of check-in [54b2219297] 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. (check-in: [54b2219297] user: drh branch: omit-rowid, size: 26073) | |
01:59 | [e04f1ca181] part of check-in [294ed33756] Add the conflict2.test script. Fix issues discovered by this script. (check-in: [294ed33756] user: drh branch: omit-rowid, size: 26069) | |
2012-02-13
| ||
16:43 | [f5acd87d0c] part of check-in [9b66c79e05] 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. (check-in: [9b66c79e05] user: drh branch: nonblocking-rollback, size: 26065) | |
10:00 | [42ba63b632] part of check-in [76bb649ee2] Changes to various test scripts so that veryquick.test runs with OMIT_COMPOUND_SELECT defined. (check-in: [76bb649ee2] user: dan branch: trunk, size: 25888) | |
2011-08-02
| ||
00:57 | [e575217b07] part of check-in [9007586fda] 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. (check-in: [9007586fda] user: mistachkin branch: winopen-retry-logic, size: 25932) | |
2011-01-11
| ||
17:39 | [a1bef7ace8] part of check-in [b3f2f465c3] Add the SQLITE_FCNTL_SYNC file-control. (check-in: [b3f2f465c3] user: dan branch: trunk, size: 25981) | |
2010-09-15
| ||
11:42 | [d3dd00e013] part of check-in [a0ab3902f1] Add trivial test case to make sure shared-cache mode does not automatically turn on exclusive-locking mode. (check-in: [a0ab3902f1] user: dan branch: trunk, size: 25993) | |
2010-08-31
| ||
16:25 | [2b6c154ef8] part of check-in [c2a84430d3] 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. (check-in: [c2a84430d3] user: dan branch: trunk, size: 25974) | |
2010-07-07
| ||
18:38 | [992d6429b6] part of check-in [f825205dbf] Add further test cases to savepoint.test. (check-in: [f825205dbf] user: dan branch: trunk, size: 25310) | |
17:53 | [7a3f04addd] part of check-in [fb62f4e3a7] When rolling back a savepoint, reset the changeCountDone flag. (check-in: [fb62f4e3a7] user: dan branch: trunk, size: 24089) | |
2010-05-03
| ||
11:05 | [14f78c2c25] part of check-in [714e594726] Add the "PRAGMA wal_autocheckpoint" command. Rename "PRAGMA checkpoint" to "PRAGMA wal_checkpoint". (check-in: [714e594726] user: dan branch: wal, size: 22893) | |
2010-04-26
| ||
12:39 | [500ef5afb3] part of check-in [205e5d8ac0] Add the "wal" permutation to run existing test files savepoint.test and savepoint2.test in WAL mode. (check-in: [205e5d8ac0] user: dan branch: wal, size: 22889) | |
2009-07-18
| ||
08:30 | [f2ede4b643] part of check-in [1dd834a3d6] Changes to test scripts so that (make test) works when OMIT_INCRBLOB is defined. (CVS 6904) (check-in: [1dd834a3d6] user: danielk1977 branch: trunk, size: 21033) | |
2009-02-04
| ||
10:09 | [4fc56354c7] part of check-in [20bd760554] 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) (check-in: [20bd760554] user: danielk1977 branch: trunk, size: 20890) | |
2009-01-11
| ||
00:18 | [19b4027d78] part of check-in [3cb910f0ce] Adjust savepoint.test so that it can deal with SQLITE_TEMP_STORE=3. (CVS 6163) (check-in: [3cb910f0ce] user: drh branch: trunk, size: 19891) | |
2009-01-07
| ||
10:35 | [2ffa8b0526] part of check-in [3a4bb83235] Fix a problem with reverting a 'DROP TABLE' command executed inside of a savepoint on an auto-vacuum database. (CVS 6129) (check-in: [3a4bb83235] user: danielk1977 branch: trunk, size: 19519) | |
08:12 | [b5ce04cc17] part of check-in [e5d42c69a3] 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) (check-in: [e5d42c69a3] user: danielk1977 branch: trunk, size: 18950) | |
2009-01-06
| ||
13:40 | [7c743ac262] part of check-in [8c62ea4fde] Add some savepoint related test cases and fix a few problems. (CVS 6116) (check-in: [8c62ea4fde] user: danielk1977 branch: trunk, size: 17950) | |
2009-01-03
| ||
15:06 | [154001ac28] part of check-in [ca7f11d50d] 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) (check-in: [ca7f11d50d] user: danielk1977 branch: trunk, size: 17192) | |
2009-01-01
| ||
14:06 | [0880387799] part of check-in [ccfe4580ac] Fix some problems in the fts3 expression parser with mismatched parenthesis. (CVS 6095) (check-in: [ccfe4580ac] user: danielk1977 branch: trunk, size: 12619) | |
2008-12-30
| ||
06:24 | [101110d042] part of check-in [e49807b16f] Invoke the authorization callback when compiling SAVEPOINT, ROLLBACK TO and RELEASE commands. (CVS 6074) (check-in: [e49807b16f] user: danielk1977 branch: trunk, size: 12620) | |
2008-12-27
| ||
15:23 | [d00fe3f827] part of check-in [08352f9ea9] Fix a problem with savepoint and incremental-vacuum. (CVS 6066) (check-in: [08352f9ea9] user: danielk1977 branch: trunk, size: 11133) | |
2008-12-23
| ||
11:46 | [5d43369333] part of check-in [fc4f062153] Add a test to savepoint.test that tests that nothing goes wrong if an incremental vacuum occurs inside a savepoint. (CVS 6057) (check-in: [fc4f062153] user: danielk1977 branch: trunk, size: 8869) | |
2008-12-18
| ||
18:31 | [24b7d67971] part of check-in [d915718d0b] Increase test coverage of new savepoint code. (CVS 6040) (check-in: [d915718d0b] user: danielk1977 branch: trunk, size: 7649) | |
2008-12-17
| ||
17:30 | Added: [fdad3b61f4] part of check-in [34b56600ec] Add the savepoint feature. This feature is largely untested at this point. (CVS 6036) (check-in: [34b56600ec] user: danielk1977 branch: trunk, size: 6003) | |