Skip to content

Conversation

@CertainLach
Copy link

@CertainLach CertainLach commented Oct 11, 2025

Just remembered I have implemented a test version of that a long time ago, it is very outdated, and I haven't finished some of the changes I wanted, such as wrong formatting due to sqlformat crate at the time not supporting IS NOT DISTINCT FROM operator:

from users
filter a === b
SELECT
  *
FROM
  users
WHERE
  a IS NOT DISTINCT
FROM
  b

Will rebase it to the master soon

Fixes: #4289

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Null safe equality inconsistency

1 participant