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

More descriptive exceptions? #93

Open
jmtekin opened this issue Jan 1, 2022 · 0 comments
Open

More descriptive exceptions? #93

jmtekin opened this issue Jan 1, 2022 · 0 comments

Comments

@jmtekin
Copy link

jmtekin commented Jan 1, 2022

I want my program to only error on sql syntax errors however it also errors on empty queries, non existent columns, rows, ids, etc. The best solution to this would be to use try except, however the exceptions aren't descriptive enough for that to work.

I feel like better exceptions might solve other, unforeseen problems as well so maybe its something that should be improved?

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