Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please provide the sqlite3 error code in a custom Error #22

Open
GoogleCodeExporter opened this issue Oct 26, 2015 · 0 comments
Open

Please provide the sqlite3 error code in a custom Error #22

GoogleCodeExporter opened this issue Oct 26, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Please consider raising a custom Error, with access to sqlite3_errcode and 
sqlite3_extended_errcode.

Otherwise you get people doing crazy string matching on the error messages, and 
all the bugs that invariably causes.

e.g.  
https://github.com/dotcloud/docker/commit/e8af7fcf6da03da65a379c12c90e6626c31846
ae

Original issue reported on code.google.com by jus...@fathomdb.com on 13 Mar 2014 at 1:13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant