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

feat(sqlite): Add json_type and json_type_with_path functions #4511

Merged
merged 3 commits into from
Mar 4, 2025

Conversation

KekmaTime
Copy link
Contributor

@KekmaTime KekmaTime commented Mar 1, 2025

Implemented json_type function with two variants:

  • json_type(X) returns the type of the outermost JSON element
  • json_type_with_path(X,P) returns the type of a JSON element at a specific path

Partially Closes #4366

@weiznich weiznich requested a review from a team March 2, 2025 19:24
Copy link
Member

@weiznich weiznich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for submitting ❤️

@weiznich weiznich added this pull request to the merge queue Mar 4, 2025
Merged via the queue into diesel-rs:master with commit 6831488 Mar 4, 2025
34 checks passed
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.

Add missing sqlite json/jsonb functions and operators
2 participants