index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
trigger1.test
Commit message (
Expand
)
Author
Age
*
Remove unnecessary "www." prefixes on domain names in URLs.
drh
2025-04-10
*
Allow arbitrary expressions as the second argument to RAISE().
drh
2024-05-08
*
Do not allocate new Trigger objects in the parser following a syntax error,
drh
2022-03-07
*
Fix a false-positive in the register validity tracking logic by moving the
drh
2020-01-04
*
Correction to check-in [bec5b6d4d083556d] so that it detects *all*
drh
2019-10-24
*
If a TEMP TRIGGER references an auxiliary schema, and that auxiliary schema
drh
2019-08-27
*
The previous fix for ticket [d85fffd6ffe856092ed8da] in check-in
drh
2018-04-26
*
Ensure that new.* values of an UPDATE do not get clobbered after the
drh
2018-04-26
*
Clarification of the behavior of a BEFORE UPDATE trigger when the trigger
drh
2018-04-26
*
Ensure that when the VM applies TEXT affinity to a value it discards any exis...
dan
2015-05-19
*
Rename SQLITE_CONSTRAINT_RAISE to SQLITE_CONSTRAINT_TRIGGER. Put the
drh
2013-02-09
*
Corrections to test names to eliminate duplicates and follow naming conventions.
mistachkin
2012-10-07
*
Shared-cache mode fixes for views and virtual tables.
dan
2012-10-04
*
Changes to various test scripts so that veryquick.test runs with OMIT_COMPOUN...
dan
2012-02-13
*
Add support for multiple rows of VALUES in an INSERT statement.
drh
2012-01-28
*
Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...
mistachkin
2011-08-02
*
Changes to support recursive triggers.
dan
2009-08-28
*
Make explicit the restrictions on UPDATE, DELETE, and INSERT statement syntax
drh
2009-07-03
*
Fix an assert() failure that can occur if the user attempts to set an into an...
danielk1977
2008-10-09
*
Fixes to the test suite (no code changes) so that quick.test runs with OMIT_A...
danielk1977
2007-10-09
*
The FOR EACH STATEMENT clause in a trigger is now a syntax error. It used
drh
2007-04-06
*
Add support for IF EXISTS on CREATE/DROP TRIGGER/VIEW. Ticket #1899. (CVS 3406)
drh
2006-09-11
*
Properly record the names of triggers even if the name is quoted.
drh
2006-03-29
*
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
danielk1977
2006-01-17
*
Improved error message when a #NNN parameter appears on user input.
drh
2005-08-12
*
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
danielk1977
2005-03-29
*
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (but no other OMIT macr...
danielk1977
2005-01-21
*
Continued refactoring of the name resolution logic and query optimizer. (CVS ...
drh
2005-01-19
*
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
danielk1977
2004-11-22
*
Fix a test-suite error made in check-in (2132) (CVS 2136)
danielk1977
2004-11-22
*
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
*
Fix for #764. When reloading the schema, load the temp schema last. (CVS 1628)
danielk1977
2004-06-19
*
Change the name of the TCL command from "sqlite" to "sqlite3" so that both
drh
2004-06-19
*
Allow CREATE and DROP TRIGGER on attached databases. (CVS 1488)
danielk1977
2004-05-29
*
The sqlite_exec() function is now implemented using sqlite_compile() and
drh
2004-02-14
*
All REPLACE INTO syntax inside of triggers. Ticket #610. (CVS 1231)
drh
2004-02-12
*
Allow quoted trigger names. Ticket #468. (CVS 1109)
drh
2003-10-03
*
Do not delete tables with the same name when dropping triggers.
drh
2003-08-16
*
Enhance the "PRAGMA integrity_check" command to verify that all indices are
drh
2003-06-15
*
Tighter binding of views, triggers, and indices to their respective
drh
2003-05-31
*
Prevent an infinite loop when deleting a table that has a TEMP trigger. (CVS ...
drh
2003-05-17
*
Add support for TEMPORARY triggers. Such triggers can write temporary or
drh
2003-04-21
*
Fix a memory leak in triggers and update tests to show the latest error
drh
2003-03-30
*
Rename all tests so that the first part of the test name corresponds to the
drh
2002-09-14
*
Require the INSTEAD OF syntax to create triggers on database views. (CVS 591)
danielk1977
2002-05-26
*
Partial fix for ticket #49. The correct result is computed, but now we have
drh
2002-05-23
*
Do not allow triggers on the SQLITE_MASTER table. (CVS 579)
drh
2002-05-23
*
Added FOR EACH ROW triggers functionality (CVS 562)
danielk1977
2002-05-15