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

feat: support more PostgreSQL JSONPath cases by wangrunji0408 · Pull Request #4 · risingwavelabs/sql-json-path · GitHub

feat: support more PostgreSQL JSONPath cases - #4

Merged
wangrunji0408 merged 2 commits into
mainfrom
codex/pg-jsonpath-more-cases
Aug 26, 2026
Merged

feat: support more PostgreSQL JSONPath cases#4
wangrunji0408 merged 2 commits into
mainfrom
codex/pg-jsonpath-more-cases

Conversation

Copy link
Copy Markdown
Collaborator

Summary

  • add .datetime() and .datetime(template) parsing and evaluation
  • add session-time-zone-aware datetime comparisons for PostgreSQL _tz behavior
  • handle arbitrary-precision numeric input for .double() overflow checks
  • align lax starts with sequence semantics
  • update GitHub Pages actions to supported versions
  • increase PostgreSQL jsonb_jsonpath coverage from 325/430 to 421/430

Testing

  • cargo test --all-features --no-fail-fast
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo fmt --all -- --check
  • wasm-pack build --target web
  • workflow YAML parse and git diff --check

Remaining skipped PostgreSQL cases

Nine cases remain skipped: silent-mode partial-result behavior (1079, 1085), floating-point remainder precision (1300), PostgreSQL-internal keyvalue() IDs (1421, 1431), regex dialect differences (1627, 1650), datetime values beyond chrono range (2210), and strict query-first silent behavior (2272).

wangrunji0408 merged commit 9293962 into main Aug 26, 2026
3 checks passed
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.

1 participant


Back | FazBrowse Home | New Git URL