Skip to content

Commit

Permalink
Update src/current/_includes/releases/v24.3/v24.3.0-beta.3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlinville authored Nov 4, 2024
1 parent d99571d commit c30baef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/current/_includes/releases/v24.3/v24.3.0-beta.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Release Date: November 5, 2024
- Fixed a bug introduced in v20.1.0 that could cause erroneous `NOT NULL` constraint violation errors to be logged during `UPSERT` and `INSERT` statements with the `ON CONFLICT ...DO UPDATE` clause that update an existing row and a subset of columns that did not include a `NOT NULL` column of the table. [#133820][#133820]
- Fixed a that could cache and reuse a non-reusable query plan, such as a plan for a DDL or `SHOW` statement, when `plan_cache_mode` was set to `auto` or `force_generic_plan`, which are not the default options. [#133073][#133073]
- Fixed an unhandled error that could occur while running the command `REVOKE ... ON SEQUENCE FROM ... {user}` on an object that is not a sequence. [#133710][#133710]
- Fixed a panic that could occur while running a `CREATE TABLE AS` statement that included a [sequence]({% link v24.3/create-sequence.md %) with an invalid function overload. [#133870][#133870]
- Fixed a panic that could occur while running a `CREATE TABLE AS` statement that included a [sequence]({% link v24.3/create-sequence.md %}) with an invalid function overload. [#133870][#133870]
[#133073]: https://github.com/cockroachdb/cockroach/pull/133073
Expand Down

0 comments on commit c30baef

Please sign in to comment.