Skip to content

Commit

Permalink
updated rn language per Marcus's suggestion.
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonbradshaw committed Dec 26, 2024
1 parent 40b67ee commit 0f259b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
4 changes: 1 addition & 3 deletions src/current/_includes/releases/v23.2/v23.2.18.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ Release Date: December 26, 2024

<h3 id="v24-2-18-sql-language-changes">SQL language changes</h3>

- 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
4 changes: 1 addition & 3 deletions src/current/_includes/releases/v24.1/v24.1.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ Release Date: December 26, 2024

<h3 id="v24-1-9-sql-language-changes">SQL language changes</h3>

- 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
6 changes: 2 additions & 4 deletions src/current/_includes/releases/v24.2/v24.2.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ Release Date: December 26, 2024

<h3 id="v24-2-7-sql-language-changes">SQL language changes</h3>

- 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
[#137944]: https://github.com/cockroachdb/cockroach/pull/137944
4 changes: 1 addition & 3 deletions src/current/_includes/releases/v24.3/v24.3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ Release Date: December 26, 2024

<h3 id="v24-3-2-sql-language-changes">SQL language changes</h3>

- 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

0 comments on commit 0f259b0

Please sign in to comment.