> On Mar 31, 2018, at 8:17 AM, Mike Clark <[email protected]> wrote:
> 
> Is this expected behavior?

Yes. If the database file doesn’t exist, opening it will create it. (That’s how 
you create new databases.) There is a flag to sqlite3_open (in the C API) that 
prevents creating a file.

—Jens
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to