Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Lewis <[email protected]>
  • Loading branch information
mdlinville and mikeCRL authored Nov 4, 2024
1 parent 742e647 commit 0342343
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/current/_includes/releases/v24.3/v24.3.0-beta.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ Release Date: November 5, 2024
<h3 id="v24-3-0-beta-3-security-updates">Security updates</h3>

- Client authentication errors using LDAP now log more details to help with troubleshooting authentication and authorization issues. [#133812][#133812]
~~~

<h3 id="v24-3-0-beta-3-sql-changes">Sql changes</h4>
<h3 id="v24-3-0-beta-3-sql-changes">SQL changes</h4>

- [Physical Cluster Replication]({% link v24.3/physical-cluster-replication-overview.md %}) reader catalogs now bypass AOST timestamps using the `bypass_pcr_reader_catalog_aos`t session variable, which can be used to modify cluster settings within the reader. [#133876][#133876]

Expand All @@ -22,7 +21,7 @@ Release Date: November 5, 2024

<h3 id="v24-3-0-beta-3-db-console-changes">DB Console changes</h3>

- In [Database]({% link v24.3/ui-database-page.md %}) and [Database Details]({% link v24.2/ui-database-details-page.md %}) pages, the **Refresh** tooltip now includes details about the progress of cache updates and when the job started. [#133351][#133351]
- In [Database]({% link v24.3/ui-databases-page.md %}) and [Database Details]({% link v24.2/ui-database-details-page.md %}) pages, the **Refresh** tooltip now includes details about the progress of cache updates and when the job started. [#133351][#133351]

<h3 id="v24-3-0-beta-3-bug-fixes">Bug fixes</h3>

Expand Down Expand Up @@ -52,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 the command `CREATE TABLE AS` if sequence builtin expressions had invalid function overloads. [#133870][#133870]
- Fixed a panic that could occur while running a `CREATE TABLE AS` statement that included a [sequence]({% link {{ page.version.version }}/create-sequence.md %) with an invalid function overload. [#133870][#133870]
[#133073]: https://github.com/cockroachdb/cockroach/pull/133073
Expand Down

0 comments on commit 0342343

Please sign in to comment.