Changes between Initial Version and Version 1 of Ticket #35594, comment 2
- Timestamp:
- Jul 11, 2024, 10:39:29 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35594, comment 2
initial v1 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= True` 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)` 6 6 7 7 {{{#!sql