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: whereins defaulting to lower case #743

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Conversation

iwpnd
Copy link
Contributor

@iwpnd iwpnd commented May 27, 2024

fixes #741

Please ensure you adhere to every item in this list

  • This PR was pre-approved by the project maintainer
  • I have self-reviewed the code
  • I have added all necessary tests

Describe your changes

field names where WHEREIN queries were changed to lower case causing unexpected behaviour as outlined in #741. I removed strings.ToLower() and added a few tests around the behaviour.

@tidwall tidwall merged commit 16055ff into tidwall:master Jun 4, 2024
1 check passed
@tidwall
Copy link
Owner

tidwall commented Jun 4, 2024

Thanks !!!

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.

FSET transforms field names to lowercase
2 participants