Skip to content

Commit 907817a

Browse files
Removed known limitations (#21472)
* Removed known limitations Removed known limitations that were fixed in 25.4.1 * trigger build * trigger build * Updated gemfile trying to fix preview build * Delete file Deleted empty file entirely rather than keep it around just in case * trigger build * trigger build * Added files to 26.1 Added files to 26.1
1 parent ac2eb8f commit 907817a

File tree

5 files changed

+1
-12
lines changed

5 files changed

+1
-12
lines changed

src/current/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ gem "redcarpet", "~> 3.6"
1313
gem "rss"
1414
gem "webrick"
1515
gem "jekyll-minifier"
16+
gem "bundler", "~> 2.4"
1617

1718
group :jekyll_plugins do
1819
gem "jekyll-include-cache"

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

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/current/_includes/v26.1/known-limitations/ltree-limitations.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ 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-
4036
## Limitations from {{ previous_version }} and earlier
4137

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

src/current/v26.1/known-limitations.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ 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-
4036
## Limitations from {{ previous_version }} and earlier
4137

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

0 commit comments

Comments
 (0)