You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
we have a bug where sometimes we can open databases, and sometimes we get SQLite.SQLiteException("unable to open database file").
It goes away when we call SQLite.DB as SQLite.DB(String(our_file_name)). SQLite.DB takes an AbstractString as an argument, but I wonder whether the sqlite3_open on line 82 of SQLite.jl doesn't like being handed the wrong kind of string?