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

SQLite will panic on results that contain values of different types #2

Open
aljazerzen opened this issue Feb 7, 2024 · 1 comment

Comments

@aljazerzen
Copy link
Owner

This will panic (I think, didn't test):

a     | b
------|-----
'val' | 1.0
'str' | 2

Make sure to catch this case too:

a     | b
------|-----
NULL  | 1.0
'str' | 2
@aljazerzen
Copy link
Owner Author

Such results should be rejected - they don't fit into arrow.

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