aboutsummaryrefslogtreecommitdiff
path: root/test/trigger1.test
Commit message (Expand)AuthorAge
* Remove unnecessary "www." prefixes on domain names in URLs.drh2025-04-10
* Allow arbitrary expressions as the second argument to RAISE().drh2024-05-08
* Do not allocate new Trigger objects in the parser following a syntax error,drh2022-03-07
* Fix a false-positive in the register validity tracking logic by moving thedrh2020-01-04
* Correction to check-in [bec5b6d4d083556d] so that it detects *all*drh2019-10-24
* If a TEMP TRIGGER references an auxiliary schema, and that auxiliary schemadrh2019-08-27
* The previous fix for ticket [d85fffd6ffe856092ed8da] in check-in drh2018-04-26
* Ensure that new.* values of an UPDATE do not get clobbered after thedrh2018-04-26
* Clarification of the behavior of a BEFORE UPDATE trigger when the triggerdrh2018-04-26
* Ensure that when the VM applies TEXT affinity to a value it discards any exis...dan2015-05-19
* Rename SQLITE_CONSTRAINT_RAISE to SQLITE_CONSTRAINT_TRIGGER. Put the drh2013-02-09
* Corrections to test names to eliminate duplicates and follow naming conventions.mistachkin2012-10-07
* Shared-cache mode fixes for views and virtual tables.dan2012-10-04
* Changes to various test scripts so that veryquick.test runs with OMIT_COMPOUN...dan2012-02-13
* Add support for multiple rows of VALUES in an INSERT statement.drh2012-01-28
* Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...mistachkin2011-08-02
* Changes to support recursive triggers.dan2009-08-28
* Make explicit the restrictions on UPDATE, DELETE, and INSERT statement syntaxdrh2009-07-03
* Fix an assert() failure that can occur if the user attempts to set an into an...danielk19772008-10-09
* Fixes to the test suite (no code changes) so that quick.test runs with OMIT_A...danielk19772007-10-09
* The FOR EACH STATEMENT clause in a trigger is now a syntax error. It useddrh2007-04-06
* Add support for IF EXISTS on CREATE/DROP TRIGGER/VIEW. Ticket #1899. (CVS 3406)drh2006-09-11
* Properly record the names of triggers even if the name is quoted.drh2006-03-29
* Test suite fixes for builds that define OMIT symbols. (CVS 2962)danielk19772006-01-17
* Improved error message when a #NNN parameter appears on user input.drh2005-08-12
* Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)danielk19772005-03-29
* Modify test scripts to work when SQLITE_OMIT_SUBQUERY (but no other OMIT macr...danielk19772005-01-21
* Continued refactoring of the name resolution logic and query optimizer. (CVS ...drh2005-01-19
* Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)danielk19772004-11-22
* Fix a test-suite error made in check-in (2132) (CVS 2136)danielk19772004-11-22
* 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
* Fix for #764. When reloading the schema, load the temp schema last. (CVS 1628)danielk19772004-06-19
* Change the name of the TCL command from "sqlite" to "sqlite3" so that bothdrh2004-06-19
* Allow CREATE and DROP TRIGGER on attached databases. (CVS 1488)danielk19772004-05-29
* The sqlite_exec() function is now implemented using sqlite_compile() anddrh2004-02-14
* All REPLACE INTO syntax inside of triggers. Ticket #610. (CVS 1231)drh2004-02-12
* Allow quoted trigger names. Ticket #468. (CVS 1109)drh2003-10-03
* Do not delete tables with the same name when dropping triggers.drh2003-08-16
* Enhance the "PRAGMA integrity_check" command to verify that all indices aredrh2003-06-15
* Tighter binding of views, triggers, and indices to their respectivedrh2003-05-31
* Prevent an infinite loop when deleting a table that has a TEMP trigger. (CVS ...drh2003-05-17
* Add support for TEMPORARY triggers. Such triggers can write temporary ordrh2003-04-21
* Fix a memory leak in triggers and update tests to show the latest errordrh2003-03-30
* Rename all tests so that the first part of the test name corresponds to thedrh2002-09-14
* Require the INSTEAD OF syntax to create triggers on database views. (CVS 591)danielk19772002-05-26
* Partial fix for ticket #49. The correct result is computed, but now we havedrh2002-05-23
* Do not allow triggers on the SQLITE_MASTER table. (CVS 579)drh2002-05-23
* Added FOR EACH ROW triggers functionality (CVS 562)danielk19772002-05-15