Skip to content

Commit f6ec4a9

Browse files
committed
add new LTREE limitations
1 parent b4b5ce9 commit f6ec4a9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- The `ltree2text` function produces incorrect results by wrapping the output in single quotes. For example, `ltree2text('foo.bar.baz'::LTREE)` returns `'foo.bar.baz'` instead of `foo.bar.baz`. [#156479](https://github.com/cockroachdb/cockroach/issues/156479)
2+
- The `LTREE` `<@` operator produces incorrect results when using an index. The optimizer creates an incorrect index constraint span for `LTREE` `<@` queries. [#156478](https://github.com/cockroachdb/cockroach/issues/156478)

src/current/v25.4/known-limitations.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ This section describes newly identified limitations in CockroachDB {{ page.versi
3333

3434
- When using the `infer_rbr_region_col_using_constraint` option, inserting rows with `DEFAULT` for the region column uses the database's primary region instead of inferring the region from the parent table via foreign-key constraint. [#150783](https://github.com/cockroachdb/cockroach/issues/150783)
3535

36+
### `LTREE` data type
37+
38+
{% include {{ page.version.version }}/known-limitations/ltree-limitations.md %}
39+
3640
## Limitations from {{ previous_version }} and earlier
3741

3842
This section describes limitations from previous CockroachDB versions that still impact {{ page.version.version }}.

0 commit comments

Comments
 (0)