-
Notifications
You must be signed in to change notification settings - Fork 134
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
Use case insensitive map when binding query #5200
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5200 +/- ##
=======================================
Coverage 86.97% 86.97%
=======================================
Files 1405 1405
Lines 61622 61622
Branches 7543 7543
=======================================
+ Hits 53594 53596 +2
+ Misses 7854 7852 -2
Partials 174 174 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Benchmark ResultMaster commit hash:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also test the case when we load from a external db source?
Description
Make all variable name case insensitive in cypher statement. This behavior is more consistent with other database systems.
Fixes #3916