| Anonymous | Login | Signup for a new account | 2010-09-10 04:26 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs | My Account |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000075 | [sqliteman] SQL engine | major | always | 2008-01-17 07:18 | 2008-03-21 09:03 | ||
| Reporter | wiaz | View Status | public | ||||
| Assigned To | subzero | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | closed | Product Version | 1.1svn | ||||
| Summary | 0000075: change template for create trigger on views! | ||||||
| Description |
now you have both the same, for tables and views but for views it should be rather like this: -- sqlite3 simple trigger template CREATE TRIGGER [IF NOT EXISTS] "<trigger_name>" INSTEAD OF [DELETE | INSERT | UPDATE | UPDATE OF <column-list>] ON [database-name .] view-name [ FOR EACH ROW | FOR EACH STATEMENT ] [ WHEN expression ] BEGIN <select * from foo;> END; |
||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
| There are no notes attached to this issue. |
| Mantis 1.1.7[^] Copyright © 2000 - 2008 Mantis Group |