-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: lettercase bug in query-builder #4120
Conversation
Here is a working video for the above fix. please let me know if you need anything. Thank you Screen.Recording.2023-12-01.at.5.45.38.PM.mov |
38a0b40
to
a6fde9c
Compare
This reverts commit a6b6abf.
This PR misses edge cases when keys has Upper case values |
@makeavish can you please provide example for which this is not working? |
Got it. Should I raise another PR for this? or make changes in the previous one? 😕 |
Create another PR, if that works then we won't merge the revert PR #4255 |
Summary
This PR solves the issue mentioned in #4109