On Feb 18, 2009, at 11:52 AM, Teemu Koponen wrote: > Can named parameters be used in the when clause of the CREATE TRIGGER > statement or is such combination unsupported?
Named parameters should only be used in DML, not in DDL. So, no, you cannot use a named parameter in a CREATE TRIGGER statement. Neither can you use them in CREATE TABLE, CREATE INDEX, or CREATE VIEW. We will take an action to enhance SQLite to return an appropriate error message if you try to do any of this. D. Richard Hipp d...@hwaci.com _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users