index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
trigger3.test
Commit message (
Expand
)
Author
Age
*
Rename SQLITE_CONSTRAINT_RAISE to SQLITE_CONSTRAINT_TRIGGER. Put the
drh
2013-02-09
*
Check in implementation of foreign key constraints.
dan
2009-09-19
*
Change "PRAGMA disable_recursive_triggers" to "PRAGMA recursive_triggers". Al...
dan
2009-09-01
*
Fixes for new triggers scheme.
dan
2009-08-30
*
Verify that a RAISE(ROLLBACK,...) works like RAISE(FAIL,...) when not
drh
2008-04-10
*
Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132)
danielk1977
2004-11-22
*
Insert #ifdefs that can optionally remove features at compiletime resulting
drh
2004-10-31
*
When in PAGER_RESERVED state, don't write to the main file when rolling
danielk1977
2004-06-10
*
Add the vdbe_listing and sql_trace pragmas used for debugging. (CVS 1558)
drh
2004-06-10
*
Enhance the "PRAGMA integrity_check" command to verify that all indices are
drh
2003-06-15
*
First code for the new callback-free API. All regression tests pass but the
drh
2003-01-28
*
Improvements to the pager to help large updates against a large database run
drh
2003-01-16
*
Rename all tests so that the first part of the test name corresponds to the
drh
2002-09-14
*
Fix for ticket #110: return an error if trying to start a transaction within a
drh
2002-08-18
*
Added support for the "sqlite_temp_master" table. Increased the version
drh
2002-06-25
*
Add RAISE() function, which allows more advanced flow-control in trigger prog...
danielk1977
2002-06-11