-
Notifications
You must be signed in to change notification settings - Fork 518
Fix Postgres configuration store incorrectly handling metadata key in query #3693
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
base: main
Are you sure you want to change the base?
Conversation
If key is param the query always returns empty results Signed-off-by: majkio <[email protected]>
Signed-off-by: majkio <[email protected]>
Signed-off-by: majkio <[email protected]>
Signed-off-by: majkio <[email protected]>
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.
Thanks @majkio, please can we add a certification test to cover this fix?
Hello @JoshVanL I've updated the code and added the test, hope its okay. Feel free to request any additional changes |
9ff96a5
to
f9e724c
Compare
…fication test Signed-off-by: majkio <[email protected]>
f9e724c
to
2929367
Compare
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.
Thanks @majkio!
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
Description
Fixes
buildQuery
function of Postgres configuration store component.Metadata key is no longer passed as a parameter, fixing the always empty query result.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[3692]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: