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

Enhancement: support JSON operations for SQLite #2739

Open
vladimir-lu opened this issue May 2, 2023 · 1 comment
Open

Enhancement: support JSON operations for SQLite #2739

vladimir-lu opened this issue May 2, 2023 · 1 comment

Comments

@vladimir-lu
Copy link

vladimir-lu commented May 2, 2023

Version: 4.6.0
Module: quill-jdbc
Database: sqlite

Expected behavior

Since sqlite 3.38.0 JSON support has been baked in: https://www.sqlite.org/json1.html

It would be nice if both the json type and json functions were supported (similar to the postgres dialect #2615) .

Actual behavior

Only Postgres is supported

Steps to reproduce the behavior

N/A

Workaround

Write manual encoders/decoders + infix operators

@getquill/maintainers

@vladimir-lu
Copy link
Author

I will probably come up with some version of this for my own use and update here based on how nice it looks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant