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

fix #56: catch more errors #57

Merged
merged 1 commit into from
May 16, 2023
Merged

fix #56: catch more errors #57

merged 1 commit into from
May 16, 2023

Conversation

tconbeer
Copy link
Owner

@tconbeer tconbeer commented May 16, 2023

We were only catching errors raised by duckdb when the relation is built, not when it was executed. There are some errors, like ConversionException, that are raised later, so we have to catch those, too.

Oddly, it appears that textual's worker isn't catching these errors, so we have to specifically catch duckdb Errors, instead of WorkerFailed errors.

@tconbeer tconbeer linked an issue May 16, 2023 that may be closed by this pull request
@tconbeer tconbeer merged commit 0de4c07 into main May 16, 2023
This pull request was closed.
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

Successfully merging this pull request may close these issues.

Crashes on ConversionException in query
1 participant