-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Datastore : add GqlQuery#setBinding method which accept null value #6360
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
Conversation
| * | ||
| * @param name of the binding | ||
| */ | ||
| public Builder<V> setBinding(String name) { |
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.
Please rename this method to setNullBinding so that the name of the method matches the behavior that is implemented.
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.
Done. PTAL
Codecov Report
@@ Coverage Diff @@
## master #6360 +/- ##
============================================
- Coverage 46.85% 46.34% -0.51%
+ Complexity 28122 27984 -138
============================================
Files 2601 2613 +12
Lines 287273 287931 +658
Branches 33361 33751 +390
============================================
- Hits 134608 133452 -1156
- Misses 142431 144259 +1828
+ Partials 10234 10220 -14
Continue to review full report at Codecov.
|
Fixes #6357