Changes between Initial Version and Version 1 of Ticket #35594, comment 2


Ignore:
Timestamp:
Jul 11, 2024, 10:39:29 AM (2 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35594, comment 2

    initial v1  
    33This was missed in #34701. Elevating to release blocker as this is a bug in a newly released feature.
    44
    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)`
     5I guess solution would be that when `nulls_distinct=False` all expressions checks should be turned into `OR (rhs IS NULL AND lhs IS NULL)`
    66
    77{{{#!sql
Back to Top