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

注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

None yet

项目

None yet

Development

Successfully merging this pull request may close these issues.

Null safe equality inconsistency

1 participant