-
Notifications
You must be signed in to change notification settings - Fork 9
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
CORE-16870 Support nullable parameters in queries #1417
CORE-16870 Support nullable parameters in queries #1417
Conversation
…nto nandor/CORE-16870/nullable-params-queries # Conflicts: # gradle.properties
…nto nandor/CORE-16870/nullable-params-queries # Conflicts: # gradle.properties
Scanning for breaking API changes introduced by this PR Scan Failed: https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1417/2/ If the breaking changes are intentional, run |
Jenkins build for PR 1417 build 2 Build Successful: |
Non-blocking downstream job failed for corda-non-functional-test https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1417/2/ has failed for PR 1417 build 2 Please investigate if your changes may have broken compilation on https://github.com/corda/corda-non-functional-test |
Non-blocking downstream job failed for corda-e2e-test https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1417/2/ has failed for PR 1417 build 2 Please investigate if your changes may have broken compilation on https://github.com/corda/corda-e2e-tests |
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.
LGTM
…nto nandor/CORE-16870/nullable-params-queries # Conflicts: # gradle.properties
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Overview
Right now nullable parameters are not supported in named queries, after this change we'll support setting null parameters. This feature was requested by various teams before.