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

feat: enum read support #297

Merged
merged 2 commits into from
Apr 23, 2024
Merged

feat: enum read support #297

merged 2 commits into from
Apr 23, 2024

Conversation

Mause
Copy link
Member

@Mause Mause commented Apr 22, 2024

No description provided.

Comment on lines 248 to 250
Value::List(..) => unimplemented!(),
Value::Enum(..) => todo!(),
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should maybe change this to a TryFrom instead in the future

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a good idea yeah

@Maxxen Maxxen merged commit 0018cd8 into duckdb:main Apr 23, 2024
4 checks passed
@Mause Mause deleted the feature/enums branch April 25, 2024 16:00
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.

None yet

2 participants