Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/trigger3.test
2013-02-09
| ||
15:37 | [aa640bb2bb] part of check-in [3f67437536] Rename SQLITE_CONSTRAINT_RAISE to SQLITE_CONSTRAINT_TRIGGER. Put the extended constraint error codes in alphabetical order. Add many test cases for the extended constraint error codes. (check-in: [3f67437536] user: drh branch: constraint-error-codes, size: 5085) | |
2009-09-19
| ||
17:00 | [d2c60d8be2] part of check-in [d5d3998118] Check in implementation of foreign key constraints. (check-in: [d5d3998118] user: dan branch: trunk, size: 4737) | |
2009-09-01
| ||
17:11 | [99a5631f63] part of check-in [e016cca363] Change "PRAGMA disable_recursive_triggers" to "PRAGMA recursive_triggers". Also a fix for compiling with OMIT_TRIGGER defined. (check-in: [e016cca363] user: dan branch: trunk, size: 4527) | |
2009-08-30
| ||
11:42 | [841602f265] part of check-in [9eb91efda5] Fixes for new triggers scheme. (check-in: [9eb91efda5] user: dan branch: trunk, size: 4533) | |
2008-04-10
| ||
15:12 | [501b8489eb] part of check-in [87dc82d043] Verify that a RAISE(ROLLBACK,...) works like RAISE(FAIL,...) when not inside a transaction. Ticket #3035. (CVS 4979) (check-in: [87dc82d043] user: drh branch: trunk, size: 4322) | |
2004-11-22
| ||
08:43 | [9102fd3933] part of check-in [711e8d7695] Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132) (check-in: [711e8d7695] user: danielk1977 branch: trunk, size: 4012) | |
2004-10-31
| ||
02:22 | [f1c0cc1365] part of check-in [be661acfa8] Insert #ifdefs that can optionally remove features at compiletime resulting in a database engine with a smaller footprint. (CVS 2034) (check-in: [be661acfa8] user: drh branch: trunk, size: 3972) | |
2004-06-10
| ||
04:32 | [70931be83f] part of check-in [adb2bd6143] When in PAGER_RESERVED state, don't write to the main file when rolling back a statement transaction. (CVS 1560) (check-in: [adb2bd6143] user: danielk1977 branch: trunk, size: 3924) | |
01:30 | [895301736d] part of check-in [28c3cc0880] Add the vdbe_listing and sql_trace pragmas used for debugging. (CVS 1558) (check-in: [28c3cc0880] user: drh branch: trunk, size: 4033) | |
2003-06-15
| ||
23:42 | [a95ccace88] part of check-in [c9734c2707] Enhance the "PRAGMA integrity_check" command to verify that all indices are correctly constructed. New calls to integrity_check are made in the test suite. These changes are intended to prevent any future problems such as seen in ticket #334. (CVS 1024) (check-in: [c9734c2707] user: drh branch: trunk, size: 3923) | |
2003-01-28
| ||
23:13 | [870afef799] part of check-in [065fa818ff] First code for the new callback-free API. All regression tests pass but the new API is mostly untested and is unlikely to work. (CVS 852) (check-in: [065fa818ff] user: drh branch: trunk, size: 3893) | |
2003-01-16
| ||
13:42 | [5958cdb44e] part of check-in [717523d375] Improvements to the pager to help large updates against a large database run faster. Also improved the testing of the pager rollback algorithms. (CVS 835) (check-in: [717523d375] user: drh branch: trunk, size: 3894) | |
2002-09-14
| ||
12:04 | [2bf76f7367] part of check-in [6cb80ae10a] Rename all tests so that the first part of the test name corresponds to the file that contains that test. This makes it much easier to find a particular test after it fail. (CVS 749) (check-in: [6cb80ae10a] user: drh branch: trunk, size: 3834) | |
2002-08-18
| ||
20:28 | [7b4cbeb70e] part of check-in [df51cb166b] Fix for ticket #110: return an error if trying to start a transaction within a transaction or when attempting to commit or rollback outside of a transaction. (CVS 721) (check-in: [df51cb166b] user: drh branch: trunk, size: 3862) | |
2002-06-25
| ||
01:09 | [7dfe798d7e] part of check-in [9c1432bf74] Added support for the "sqlite_temp_master" table. Increased the version number to 2.5.2. (CVS 640) (check-in: [9c1432bf74] user: drh branch: trunk, size: 3873) | |
2002-06-11
| ||
02:25 | Added: [b4aca721ba] part of check-in [d4a2fb1006] Add RAISE() function, which allows more advanced flow-control in trigger programs (ticket #55) (CVS 614) (check-in: [d4a2fb1006] user: danielk1977 branch: trunk, size: 3863) | |