I have observed that preparing statements that depend on a table will fail
if the table does not currently exist. It appears that those prepared
statements will, however, continue to function if the table is dropped and
subsequently recreated. Will I find this behavior to be consistent if I
later switch to another SQL implementation? What should I read to know
what's standard SQL behavior, well defined SQLite behavior, or possibly a
quirk of rusqlite?

Thanks,
Mitchell
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to