rustsqlite icon indicating copy to clipboard operation
rustsqlite copied to clipboard

No way to get error string for sqlite3::open() failure

Open ben0x539 opened this issue 11 years ago • 0 comments

rustsqlite doesn't expose a way to query the database for the error message for the failure of creating the database since the binding closes the db handle, so Database::get_errmsg cannot be called. Also sqlite3_errstr is apparently not exposed.

ben0x539 avatar Nov 01 '14 16:11 ben0x539