Changes between Version 1 and Version 2 of Ticket #35594, comment 2
- Timestamp:
- Jul 11, 2024, 11:17:02 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35594, comment 2
v1 v2 3 3 This was missed in #34701. Elevating to release blocker as this is a bug in a newly released feature. 4 4 5 I guess solution would be that when `nulls_distinct=False` all expressions checks should be turned into `OR (rhs IS NULL AND lhs IS NULL)` 5 I guess solution would be that when `nulls_distinct=False` all expressions checks should be turned into `OR (rhs IS NULL AND lhs IS NULL)` due to [https://modern-sql.com/feature/is-distinct-from the lack of general support] for the `IS DISTINCT FROM` operator. 6 6 7 7 {{{#!sql