Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added unary comparator support for isnull/notnull #8

Closed
bcode2 opened this issue Mar 5, 2024 · 2 comments · Fixed by #10
Closed

Added unary comparator support for isnull/notnull #8

bcode2 opened this issue Mar 5, 2024 · 2 comments · Fixed by #10
Labels
enhancement New feature or request
Milestone

Comments

@bcode2
Copy link

bcode2 commented Mar 5, 2024

Please, can you merge this PR?
jirutka#37

@nstdio
Copy link
Owner

nstdio commented Apr 30, 2024

I definitely like the idea 👍

@nstdio nstdio added this to the v2.3.0 milestone Apr 30, 2024
@nstdio nstdio added the enhancement New feature or request label Apr 30, 2024
nstdio added a commit that referenced this issue May 1, 2024
This commit introduces mor flexible way of parsing and validating operators and it's arguments.
Two new operators `=null=` and `=notnull=` were added which wasn't possible previously due to grammar and API level limitations.

Closes: gh-8
nstdio added a commit that referenced this issue May 1, 2024
This commit introduces mor flexible way of parsing and validating operators and it's arguments. Two new operators `=null=` and `=notnull=` were added which wasn't possible previously due to grammar and API level limitations.

Closes: gh-8
nstdio added a commit that referenced this issue May 1, 2024
This commit introduces mor flexible way of parsing and validating operators and it's arguments. Two new operators `=null=` and `=notnull=` were added which wasn't possible previously due to grammar and API level limitations.

Closes: gh-8
@nstdio nstdio closed this as completed in #10 May 1, 2024
nstdio added a commit that referenced this issue May 1, 2024
feat: Add support for operators without arguments `=null=`, `=notnull=`.
@nstdio
Copy link
Owner

nstdio commented May 1, 2024

@bcode2 Released in 2.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants