Skip to content

sqlite3_open seems to dislike AbstractStrings? #265

@geoffleyland

Description

@geoffleyland

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions