Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
alixinne wants to merge 1 commit into sqlc-dev:main
base: main
Choose a base branch
Loading
from alixinne:fix/1830-json-each

Conversation

Copy link

@alixinne alixinne commented Aug 11, 2025
edited
Loading

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 marked this pull request as ready for review August 12, 2025 11:59
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.

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
Reviewers
No reviews
Assignees
No one assigned
Labels
size:XXL This PR changes 1000+ lines, ignoring generated files. 🔧 golang
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

sqlite: json_each's value parameter isn't supported

AltStyle によって変換されたページ (->オリジナル) /