On 5 Jan 2017, at 11:30pm, Kyle <[email protected]> wrote: > no, the database is :memory:
You should not be getting SQLITE_BUSY when using a memory database. So far my guess is the same as DRH’s. Can you tell us how you are executing your SQLite functions ? Are you using the C interface or a precompiled library ? You can also download the SQLite command-line tool and try executing the same commands with that. If you get the same results with that they will be easier to investigate. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

