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 cursor.py failing in SELECT * queries #16

Merged
merged 2 commits into from
Mar 18, 2024
Merged

Conversation

jdkula
Copy link
Contributor

@jdkula jdkula commented Mar 18, 2024

There was a recent change in Rockset that removes the column_fields field rather than keeping it an empty array in cases where columns are not specified in the query (i.e. SELECT *), which causes an exception to be raised when the field is accessed.

This change should resolve the crash and return the library to its previous behavior.

@sbaldwin-rs sbaldwin-rs merged commit 9cc6102 into rockset:main Mar 18, 2024
2 checks passed
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.

2 participants