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

fix(sqlite): correct json key value pair separator #4774

Merged
merged 2 commits into from
Feb 19, 2025

Conversation

geooo109
Copy link
Collaborator

Fixes #4770

Replacing the separator of JSON_OBJECT from ":" to ","

DOCS
SQLite JSON_OBJECT

@geooo109 geooo109 changed the title fix(sqlite): correct key value pair separator fix(sqlite): correct json key value pair separator Feb 19, 2025
@georgesittas georgesittas merged commit 1fbd108 into main Feb 19, 2025
7 checks passed
@georgesittas georgesittas deleted the geooo109/sqlite_json_object branch February 19, 2025 16:16
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

Successfully merging this pull request may close these issues.

Invalid SQL generated when using the json_object function
2 participants