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

Provide more informative error messages if the input for SqlImplementation is not a valid sqlite file #223

Open
cmungall opened this issue Aug 10, 2022 · 0 comments

Comments

@cmungall
Copy link
Collaborator

currently if we pass in something invalid to SqlImplementation, it will not complain until after an operation is performed, rather than at connection/instantiation time

furthermore, the stack trace from sql aclhemy can be confusing - see #212

we should fail early with bad SqlImplementation connections (and with implementations in general)

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

No branches or pull requests

1 participant