FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Support SQL/JSONPath 2023 item methods by wangrunji0408 · Pull Request #3 · risingwavelabs/sql-json-path · GitHub

Support SQL/JSONPath 2023 item methods - #3

Merged
wangrunji0408 merged 2 commits into
mainfrom
codex/sql-jsonpath-2023-item-methods
Aug 26, 2026
Merged

Support SQL/JSONPath 2023 item methods#3
wangrunji0408 merged 2 commits into
mainfrom
codex/sql-jsonpath-2023-item-methods

Conversation

Copy link
Copy Markdown
Collaborator

Summary

  • add parsing and display support for the SQL/JSONPath 2023 conversion methods
  • implement numeric, boolean, string, and ISO datetime conversions
  • preserve datetime item types for .type(), .string(), and comparisons
  • document the new methods in README and add focused tests

Testing

  • cargo test --all-features --lib --test pg_jsonpath --test sql_jsonpath_2023
  • cargo clippy --lib --bins --all-features -- -D warnings
  • cargo clippy --test sql_jsonpath_2023 --all-features -- -D warnings

Closes #2

wangrunji0408 merged commit 0a3308f into main Aug 26, 2026
3 checks passed
wangrunji0408 deleted the codex/sql-jsonpath-2023-item-methods branch August 26, 2026 06:01

Copy link
Copy Markdown

One thing to add, please update jsonb_jsonpath.out from postgres/postgres to pick up their additional 2023 tests: https://github.com/postgres/postgres/blob/edc095a2652971d6b2a95082c22dbdf34fc01d30/src/test/regress/expected/jsonb_jsonpath.out

Copy link
Copy Markdown
Collaborator Author

Done in #5

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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 support for new methods in SQL/JSONPath 2023

2 participants


Back | FazBrowse Home | New Git URL