Trigger name missing
Jean-Luc Hainaut <[email protected]> Wed, 26 Feb 2020 10:31:51 +0100
| Newsgroups | gmane.comp.db.sqlite.general |
|---|---|
| Message-ID | <[email protected]> |
Hi all, It seems that SQLite (version 31.1) accepts a trigger declaration in which the name is missing. When fired, this trigger doesn't crashes but exhibits a strange behaviour. In particular, while expression "new.<colName>" in an "insert" trigger returns the correct value, the equivalent expression "select <colName> from T where Id = new.Id" always returns null (column "Id" is the PK of table "T"). Similarly, "update T set <columnName> = <expression> where Id = new.Id" (silently) fails. Not critical but annoying if you are, like me, absent minded when typing code! Regards Jean-Luc Hainaut _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users