Skip to content

feat!: strict equality operator - #5490

Draft
CertainLach wants to merge 1 commit into
PRQL:mainfrom
CertainLach:feature/split-strict-equality-operator
Draft

feat!: strict equality operator#5490
CertainLach wants to merge 1 commit into
PRQL:mainfrom
CertainLach:feature/split-strict-equality-operator

Conversation

@CertainLach

@CertainLach CertainLach commented Oct 11, 2025

Copy link
Copy Markdown

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

1 participant