SQLite

All files named ”test/triggerE.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/triggerE.test

2021-01-21
15:40
[612969cb57] part of check-in [4f676466e6] Fix a problem caused by using an SQL variable in an OVER clause within a trigger program. (check-in: [4f676466e6] user: dan branch: fix-over-trigger, size: 3495)
2018-11-07
02:17
[ede2e4bce4] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 3394)
2018-04-11
16:04
[d9e9b364df] part of check-in [b717820915] Prohibit bound parameters in the arguments to table-valued functions within a trigger. Problem discovered by OSSFuzz. (check-in: [b717820915] user: drh branch: trunk, size: 3361)
2016-02-05
16:46
[15fa63f109] part of check-in [a6b3527323] From test scripts, remove stray "breakpoint" commands and blank lines at the ends of files. (check-in: [a6b3527323] user: drh branch: trunk, size: 3292)
2013-10-03
12:29
Added: [355e9c5cba] part of check-in [f35f6ae3da] Return an error if an attempt is made to create a trigger with an SQL variable embedded within it. If such a variable reference is found within a trigger definition loaded from the sqlite_master table, silently replace it with a NULL. (check-in: [f35f6ae3da] user: dan branch: trunk, size: 3294)