-
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 #1302
CORE-16870 Support nullable parameters in queries #1302
Conversation
Jenkins build for PR 1302 build 3 Build Successful: |
This PR is stale because it has been open 7 days with no activity. Remove the |
…nto nandor/CORE-16870/nullable-params-queries # Conflicts: # gradle.properties
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Scanning for breaking API changes introduced by this PR Scan Failed: https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1302/2/ If the breaking changes are intentional, run |
Non-blocking downstream job failed for corda-non-functional-test https://ci02.dev.r3.com/job/Corda5/job/corda-api-compatibility/job/PR-1302/2/ has failed for PR 1302 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-1302/2/ has failed for PR 1302 build 2 Please investigate if your changes may have broken compilation on https://github.com/corda/corda-e2e-tests |
This PR is stale because it has been open 7 days with no activity. Remove the |
This PR was closed because it has been stale for 7 days with no activity. |
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.