Skip to content

Commit

Permalink
add is distinct from operators. closes #673
Browse files Browse the repository at this point in the history
  • Loading branch information
koskimas committed Sep 2, 2023
1 parent d9766e3 commit 935fe51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/operation-node/operator-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export const COMPARISON_OPERATORS = [
'!!',
'<->',
'regexp',
'is distinct from',
'is not distinct from',
] as const

export const ARITHMETIC_OPERATORS = [
Expand Down

1 comment on commit 935fe51

@vercel
Copy link

@vercel vercel bot commented on 935fe51 Sep 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kysely – ./

kysely-git-master-kysely-team.vercel.app
www.kysely.dev
kysely-kysely-team.vercel.app
kysely.dev

Please sign in to comment.