Hi,

seems like SQLite is not checking trigger SQL for invalid column names
until execution? Is there a way to force this check?

The problem: trying to find out which indices, triggers and views depend on
particular column. We can recreate table without this column and recompile
indices, triggers and views. The ones that don't recompile, perhaps, depend
on this column.

This works for indices and views but not for triggers that ignores schema
until executed.

-- 
Regards,
SqliteDog support team
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to