Skip to content

Commit 19e613b

Browse files
authored
draft JSONPath documentation (#19580)
* JSONPath documentation
1 parent 8a58d13 commit 19e613b

File tree

5 files changed

+655
-4
lines changed

5 files changed

+655
-4
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- The following keywords are only accepted in lowercase: `strict`, `lax`, `exists`, `like_regex`, `flag`, `is unknown`, `to`, `last`. [#144255](https://github.com/cockroachdb/cockroach/issues/144255)
2+
- Comparisons involving empty arrays (e.g., `SELECT jsonb_path_query('{"a": [1], "b": []}', '$.a == $.b');`) return `null`, rather than `false` as in PostgreSQL. [#145099](https://github.com/cockroachdb/cockroach/issues/145099)

src/current/_includes/v25.2/sidebar-data/sql.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,12 @@
885885
"/${VERSION}/common-table-expressions.html"
886886
]
887887
},
888+
{
889+
"title": "JSONPath Queries",
890+
"urls": [
891+
"/${VERSION}/jsonpath.html"
892+
]
893+
},
888894
{
889895
"title": "Name Resolution",
890896
"urls": [

0 commit comments

Comments
 (0)