File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
src/current/_includes/releases/v24.1 Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ ## v24.1.25
2+
3+ Release Date: October 22, 2025
4+
5+ {% include releases/new-release-downloads-docker-image.md release=include.release %}
6+
7+ <h3 id =" v24-1-25-bug-fixes " >Bug fixes</h3 >
8+
9+ - Fixed a bug where an ` INSERT ` statement could fail with a type checking error while adding a ` BIT(n) ` column. [ #153606 ] [ #153606 ]
10+ - A bug has been fixed that caused panics when
11+ executing ` COPY ` into a table with hidden columns and expression
12+ indexes. The panic only occurred when the
13+ ` expect_and_ignore_not_visible_columns_in_copy ` setting was enabled.
14+ This bug has been present since
15+ ` expect_and_ignore_not_visible_columns_in_copy ` was introduced in
16+ v22.1.0. [ #154282 ] [ #154282 ]
17+
18+ <h3 id =" v24-1-25-miscellaneous " >Miscellaneous</h3 >
19+
20+ - fixes a bug where the presence of duplicate temporary
21+ tables in a backup caused the restore to fail with an error containing
22+ the text 'restoring table desc and namespace
23+ entries: table already exists'.
24+ Informs: #153722 [ #154400 ] [ #154400 ]
25+
26+
27+ [ #154400 ] : https://github.com/cockroachdb/cockroach/pull/154400
28+ [ #153606 ] : https://github.com/cockroachdb/cockroach/pull/153606
29+ [ #154282 ] : https://github.com/cockroachdb/cockroach/pull/154282
You can’t perform that action at this time.
0 commit comments