On October 30, 2019 9:58:20 a.m. EDT, Simon Slavin <[email protected]> wrote:
>There are things you cannot split across different database files. For >instance, you cannot declare a FOREIGN KEY that refers to a table in a >different schema. Because SQLite can't be sure you'll have that schema >available. It's also worth noting that in WAL mode transactions are not atomic across database files (they are atomic in the default rollback-journal mode, however). -- J. King _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

