Skip to content
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

[SQL Connector] Add JSON support #3895

Open
sbuettner opened this issue Feb 3, 2025 · 0 comments · May be fixed by #3972
Open

[SQL Connector] Add JSON support #3895

sbuettner opened this issue Feb 3, 2025 · 0 comments · May be fixed by #3972
Assignees
Labels
kind:task Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.

Comments

@sbuettner
Copy link
Contributor

sbuettner commented Feb 3, 2025

What should we do?

We should add support for JSON types that are supported for most (if not all) databases we support with the SQL Connector. For Postgres this would be support for JSON & JSONB.

There seems to be support available via this module: https://jdbi.org/#jdbi3-json

Why should we do it?

We see some customer requests asking for JSON support:
https://forum.camunda.io/t/feel-expression/47520/7

@sbuettner sbuettner added the kind:task Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc. label Feb 3, 2025
@ztefanie ztefanie self-assigned this Feb 3, 2025
@ztefanie ztefanie linked a pull request Feb 7, 2025 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:task Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants