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

Add support for missing predicates #104

Closed
morazow opened this issue Feb 25, 2021 · 0 comments · Fixed by #105
Closed

Add support for missing predicates #104

morazow opened this issue Feb 25, 2021 · 0 comments · Fixed by #105
Labels
feature Product feature

Comments

@morazow
Copy link
Contributor

morazow commented Feb 25, 2021

Add support for the missing predicates.

  • IS [NOT] NULL
  • [NOT] IN
  • [NOT] BETWEEN

These predicates help to generate the where clauses for the SQL statements.

@morazow morazow added the feature Product feature label Feb 25, 2021
morazow added a commit that referenced this issue Mar 3, 2021
morazow added a commit that referenced this issue Mar 4, 2021
Added more Exasol predicates:

- `IS [NOT] NULL` 
- `[NOT] IN`
- `EXISTS`
- `[NOT] BETWEEN`

Fixes #104.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant