From 0f259b0756c11d5a9faa6663f719ad1c92c7a09f Mon Sep 17 00:00:00 2001 From: shannonbradshaw Date: Thu, 26 Dec 2024 12:48:47 -0500 Subject: [PATCH] updated rn language per Marcus's suggestion. --- src/current/_includes/releases/v23.2/v23.2.18.md | 4 +--- src/current/_includes/releases/v24.1/v24.1.9.md | 4 +--- src/current/_includes/releases/v24.2/v24.2.7.md | 6 ++---- src/current/_includes/releases/v24.3/v24.3.2.md | 4 +--- 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/src/current/_includes/releases/v23.2/v23.2.18.md b/src/current/_includes/releases/v23.2/v23.2.18.md index 8121df9de7e..f4f9ac2546c 100644 --- a/src/current/_includes/releases/v23.2/v23.2.18.md +++ b/src/current/_includes/releases/v23.2/v23.2.18.md @@ -6,9 +6,7 @@ Release Date: December 26, 2024

SQL language changes

-- Added the `legacy_varchar_typing` session setting. When set to `on`, type-checking and overload resolution for comparisons involving `VARCHAR` columns ignore the newly added `unpreferred` overload preference. The `unpreferred` preference introduced a change in `VARCHAR` typing behavior. For more information, see [#133037][#133037] and [#137837][#137837]. The `legacy_varchar_typing` session setting is `on` by default. [#137945][#137945] +- Added the `legacy_varchar_typing` session setting. When set to `on`, type-checking comparisons involving `VARCHAR` columns behave as they did in all previous versions. When set to `off`, type-checking of these comparisons is more strict and queries that previously succeeded may now error with the message `unsupported comparison operator`. These errors can be fixed by adding explicit type casts. The `legacy_varchar_typing` session setting is on by default. [#137945][#137945] -[#137837]: https://github.com/cockroachdb/cockroach/issues/137837 [#137945]: https://github.com/cockroachdb/cockroach/pull/137945 -[#133037]: https://github.com/cockroachdb/cockroach/pull/133037 \ No newline at end of file diff --git a/src/current/_includes/releases/v24.1/v24.1.9.md b/src/current/_includes/releases/v24.1/v24.1.9.md index d83c354ab7a..c77a46b6639 100644 --- a/src/current/_includes/releases/v24.1/v24.1.9.md +++ b/src/current/_includes/releases/v24.1/v24.1.9.md @@ -6,9 +6,7 @@ Release Date: December 26, 2024

SQL language changes

-- Added the `legacy_varchar_typing` session setting. When set to `on`, type-checking and overload resolution for comparisons involving `VARCHAR` columns ignore the newly added `unpreferred` overload preference. The `unpreferred` preference introduced a change in `VARCHAR` typing behavior. For more information, see [#133037][#133037] and [#137837][#137837]. The `legacy_varchar_typing` session setting is `on` by default. [#137946][#137946] +- Added the `legacy_varchar_typing` session setting. When set to `on`, type-checking comparisons involving `VARCHAR` columns behave as they did in all previous versions. When set to `off`, type-checking of these comparisons is more strict and queries that previously succeeded may now error with the message `unsupported comparison operator`. These errors can be fixed by adding explicit type casts. The `legacy_varchar_typing` session setting is on by default. [#137946][#137946] -[#137837]: https://github.com/cockroachdb/cockroach/issues/137837 [#137946]: https://github.com/cockroachdb/cockroach/pull/137946 -[#133037]: https://github.com/cockroachdb/cockroach/pull/133037 diff --git a/src/current/_includes/releases/v24.2/v24.2.7.md b/src/current/_includes/releases/v24.2/v24.2.7.md index be34b270244..7a06916a8da 100644 --- a/src/current/_includes/releases/v24.2/v24.2.7.md +++ b/src/current/_includes/releases/v24.2/v24.2.7.md @@ -6,9 +6,7 @@ Release Date: December 26, 2024

SQL language changes

-- Added the `legacy_varchar_typing` session setting. When set to `on`, type-checking and overload resolution for comparisons involving `VARCHAR` columns ignore the newly added `unpreferred` overload preference. The `unpreferred` preference introduced a change in `VARCHAR` typing behavior. For more information, see [#133037][#133037] and [#137837][#137837]. The `legacy_varchar_typing` session setting is `on` by default. [#137944][#137944] +- Added the `legacy_varchar_typing` session setting. When set to `on`, type-checking comparisons involving `VARCHAR` columns behave as they did in all previous versions. When set to `off`, type-checking of these comparisons is more strict and queries that previously succeeded may now error with the message `unsupported comparison operator`. These errors can be fixed by adding explicit type casts. The `legacy_varchar_typing` session setting is on by default. [#137944][#137944] -[#137837]: https://github.com/cockroachdb/cockroach/issues/137837 -[#137944]: https://github.com/cockroachdb/cockroach/pull/137944 -[#133037]: https://github.com/cockroachdb/cockroach/pull/133037 \ No newline at end of file +[#137944]: https://github.com/cockroachdb/cockroach/pull/137944 \ No newline at end of file diff --git a/src/current/_includes/releases/v24.3/v24.3.2.md b/src/current/_includes/releases/v24.3/v24.3.2.md index 4588fd52204..01f29d8796a 100644 --- a/src/current/_includes/releases/v24.3/v24.3.2.md +++ b/src/current/_includes/releases/v24.3/v24.3.2.md @@ -6,9 +6,7 @@ Release Date: December 26, 2024

SQL language changes

-- Added the `legacy_varchar_typing` session setting. When set to `on`, type-checking and overload resolution for comparisons involving `VARCHAR` columns ignore the newly added `unpreferred` overload preference. The `unpreferred` preference introduced a change in `VARCHAR` typing behavior. For more information, see [#133037][#133037] and [#137837][#137837]. The `legacy_varchar_typing` session setting is `on` by default. [#137943][#137943] +- Added the `legacy_varchar_typing` session setting. When set to `on`, type-checking comparisons involving `VARCHAR` columns behave as they did in all previous versions. When set to `off`, type-checking of these comparisons is more strict and queries that previously succeeded may now error with the message `unsupported comparison operator`. These errors can be fixed by adding explicit type casts. The `legacy_varchar_typing` session setting is on by default. [#137943][#137943] -[#137837]: https://github.com/cockroachdb/cockroach/issues/137837 [#137943]: https://github.com/cockroachdb/cockroach/pull/137943 -[#133037]: https://github.com/cockroachdb/cockroach/pull/133037