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?