SQLite

All files named ”test/trigger9.test”
Login

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

History for test/trigger9.test

2024-03-19
15:27
[1724b59566] part of check-in [495b8c7b08] Update tests to work with SQLITE_ALLOW_ROWID_IN_VIEW. (check-in: [495b8c7b08] user: dan branch: rowid-in-view, size: 6647)
2021-04-06
19:13
[fd49aff8b7] part of check-in [7a73c6166b] Raise an error if a query tries to access the "rowid" of a view, as views do not have rowids. (check-in: [7a73c6166b] user: drh branch: no-rowid-on-view, size: 6346)
2014-10-28
16:50
[2226ec795a] part of check-in [8523670d50] Fix a crash that could occur if the WHERE clause of an UPDATE statement on a view that does not feature a column named "rowid" contains a term such as "rowid=?". (check-in: [8523670d50] user: dan branch: trunk, size: 6297)
2009-08-30
11:42
[5b0789f1c5] part of check-in [9eb91efda5] Fixes for new triggers scheme. (check-in: [9eb91efda5] user: dan branch: trunk, size: 5669)
2008-08-04
03:51
[e6e8dbab67] part of check-in [9ca975c8fd] Fix (make test) with SQLITE_OMIT_COMPOUND_SELECT. Ticket #3235. (CVS 5530) (check-in: [9ca975c8fd] user: danielk1977 branch: trunk, size: 5669)
2008-01-02
04:41
[b42703c378] part of check-in [de54dad800] Add some extra tests for the recent trigger compilation optimization. (CVS 4653) (check-in: [de54dad800] user: danielk1977 branch: trunk, size: 5591)
2008-01-01
19:02
Added: [49c7cb761e] part of check-in [e08a33ed72] Optimize trigger compilation to avoid populating the OLD.* and NEW.* pseudo-tables with data that will never be used. Some testing to come. (CVS 4651) (check-in: [e08a33ed72] user: danielk1977 branch: trunk, size: 3637)