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 #2652: Make struct fields case insensitive #2659

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

Mytherin
Copy link
Collaborator

Fixes #2652 and improves the error message of struct extract when an entry is not found:

D select ({'hello': 3})['hey'];
Error: Binder Error: Could not find key "hey" in struct

Candidate Entries: "hello"

@Mytherin Mytherin merged commit a13ec36 into duckdb:master Nov 23, 2021
@Mytherin Mytherin deleted the issue2652 branch December 3, 2021 14:25
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.

parquet struct fields with Uppercase chars can't be referenced
1 participant