Skip to content

fix(engine/sqlite): added json_tree and json_each definitions #4054

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alixinne
Copy link

@alixinne alixinne commented Aug 11, 2025

fix #1830

This is a rebased version of @orisano's PR #2570. I've hit the same bug, and the fix in the PR does work in my case. I have removed the PostgreSQL tests changes as they look obsolete / not affected by the bugfix, so it's only focused on the sqlite code generation.

cc. @andrewmbenton and/or @kyleconroy for a review?

@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. 🔧 golang labels Aug 11, 2025
@alixinne alixinne force-pushed the fix/1830-json-each branch 2 times, most recently from c228645 to 03a1e5f Compare August 11, 2025 14:34
@alixinne alixinne marked this pull request as draft August 11, 2025 19:26
@alixinne alixinne force-pushed the fix/1830-json-each branch from 03a1e5f to 8186938 Compare August 12, 2025 11:52
@alixinne alixinne marked this pull request as ready for review August 12, 2025 11:59
@kyleconroy
Copy link
Collaborator

@alixinne I have some larger plans for the SQLite engine that give us support for these features automatically. That means I'm going to hold off on reviewing / merging this right now. Thanks for understanding.

@alixinne
Copy link
Author

@alixinne I have some larger plans for the SQLite engine that give us support for these features automatically. That means I'm going to hold off on reviewing / merging this right now. Thanks for understanding.

That's good news, is there some kind of tracking issue for this I could subscribe to in order to follow along?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XXL This PR changes 1000+ lines, ignoring generated files. 🔧 golang
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sqlite: json_each's value parameter isn't supported
3 participants