Because SQLite is not a server, it is possible that someone removes a record
that should not be removed because of a foreign key constraint. How to check
if a database is still correct? There is no check after:
PRAGMA FOREIGN_KEYS = ON;
I checked.-- Cecil Westerhof _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

