-
Notifications
You must be signed in to change notification settings - Fork 42
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
feat(sql): Add JSON support #3972
Conversation
connectors/jdbc/src/main/java/io/camunda/connector/jdbc/model/client/JdbiJsonHelper.java
Fixed
Show fixed
Hide fixed
connectors/jdbc/src/main/java/io/camunda/connector/jdbc/model/client/JdbiJsonHelper.java
Outdated
Show resolved
Hide resolved
b3eaa4c
to
4b5a24d
Compare
.../jdbc/src/test/java/io/camunda/connector/jdbc/integration/JdbiJdbcClientIntegrationTest.java
Outdated
Show resolved
Hide resolved
connectors/jdbc/src/main/java/io/camunda/connector/jdbc/model/client/JdbiJsonHelper.java
Outdated
Show resolved
Hide resolved
connectors/jdbc/src/main/java/io/camunda/connector/jdbc/model/client/JdbiJsonHelper.java
Show resolved
Hide resolved
efae941
to
cde0ea0
Compare
connectors/jdbc/src/main/java/io/camunda/connector/jdbc/model/client/JdbiJsonHelper.java
Outdated
Show resolved
Hide resolved
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.
🥇
9518e99
to
95edfb0
Compare
95edfb0
to
f49c2d3
Compare
QA informationTest Environment
Test ScopePlease describe the test scope, happy path, edge cases that come to your mind, and whatever you think might relevant to test
Test DataPlease provide the test data, if needed (files, URLs, code snippets, FEEL expressions) |
connectors/jdbc/src/main/java/io/camunda/connector/jdbc/model/client/JdbiJsonHelper.java
Outdated
Show resolved
Hide resolved
3e74f9e
to
fed4513
Compare
connectors/jdbc/src/main/java/io/camunda/connector/jdbc/model/client/JdbiJsonHelper.java
Show resolved
Hide resolved
/backport |
Only merged pull requests can be backported. |
fed4513
to
8d7b1ff
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.
🎉
* feat(sql): Add JSON support for SQL databases * improve performance for json mapping (cherry picked from commit fba43b6)
Successfully created backport PR for |
* feat(sql): Add JSON support for SQL databases * improve performance for json mapping (cherry picked from commit fba43b6)
* feat(sql): Add JSON support for SQL databases * improve performance for json mapping (cherry picked from commit fba43b6)
Description
Added JSON parsing for string columns.
Added Uni Tests for all sql specific json columns
Related issues
closes #3895
Checklist
no milestone
label.