Skip to content

Not parsing SQL with "is not null" #1255

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

Open
nmaguiar opened this issue Feb 17, 2025 · 0 comments
Open

Not parsing SQL with "is not null" #1255

nmaguiar opened this issue Feb 17, 2025 · 0 comments
Assignees
Labels

Comments

@nmaguiar
Copy link
Collaborator

Description
When using af.fromSQL or af.fromSQL2NLinq if a SQL where statement has the condition "is not null" an parsing error is thrown

To Reproduce
Steps to reproduce the behavior:

  1. Execute af.fromSQL or af.fromSQL2NLinq of "select * from TMP where a is not null"
  2. See error

Expected behavior
It should not throw an error and just interpret the "is not null"

Additional context
n/a

@nmaguiar nmaguiar added the bug label Feb 17, 2025
@nmaguiar nmaguiar self-assigned this Feb 17, 2025
nmaguiar added a commit to OpenAF/openaf-opacks that referenced this issue Feb 17, 2025
nmaguiar added a commit that referenced this issue Feb 17, 2025
@nmaguiar nmaguiar moved this from Backlog to In Progress in Continuous Enhancement Feb 17, 2025
@nmaguiar nmaguiar mentioned this issue Feb 27, 2025
Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

No branches or pull requests

1 participant