...oopss.. I supposed it was a fault of mine. Thanks for the support and the
help.

Just two points:

1. the "PRAGMA writable_schema=ON" is not described in the "official"
documentation for the PRAGMA syntax

2. does this mean that if I create an invalid view in the database, the
entire database file becomes unreadable because of the "schema error"? I
know I can't create an invalid view, because SQLite refuses to create it,
but this seems a problem to me... could SQLite just open the database, and
complain only on the invalid views (i.e. for instance when I open the view
to query the data in it)?

Thanks again
Marco
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to