aboutsummaryrefslogtreecommitdiff
path: root/test/trigger3.test
Commit message (Expand)AuthorAge
* Rename SQLITE_CONSTRAINT_RAISE to SQLITE_CONSTRAINT_TRIGGER. Put the drh2013-02-09
* Check in implementation of foreign key constraints.dan2009-09-19
* Change "PRAGMA disable_recursive_triggers" to "PRAGMA recursive_triggers". Al...dan2009-09-01
* Fixes for new triggers scheme.dan2009-08-30
* Verify that a RAISE(ROLLBACK,...) works like RAISE(FAIL,...) when notdrh2008-04-10
* Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132)danielk19772004-11-22
* Insert #ifdefs that can optionally remove features at compiletime resultingdrh2004-10-31
* When in PAGER_RESERVED state, don't write to the main file when rollingdanielk19772004-06-10
* Add the vdbe_listing and sql_trace pragmas used for debugging. (CVS 1558)drh2004-06-10
* Enhance the "PRAGMA integrity_check" command to verify that all indices aredrh2003-06-15
* First code for the new callback-free API. All regression tests pass but thedrh2003-01-28
* Improvements to the pager to help large updates against a large database rundrh2003-01-16
* Rename all tests so that the first part of the test name corresponds to thedrh2002-09-14
* Fix for ticket #110: return an error if trying to start a transaction within adrh2002-08-18
* Added support for the "sqlite_temp_master" table. Increased the versiondrh2002-06-25
* Add RAISE() function, which allows more advanced flow-control in trigger prog...danielk19772002-06-11