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

When using addNull param on DBTable it is nto evaluated correctly #44

Closed
benedeki opened this issue Oct 16, 2024 · 0 comments · Fixed by #45
Closed

When using addNull param on DBTable it is nto evaluated correctly #44

benedeki opened this issue Oct 16, 2024 · 0 comments · Fixed by #45
Assignees
Labels
bug Something isn't working

Comments

@benedeki
Copy link
Contributor

Describe the bug

When using Params.addNull parameter on DBTable where and delete conditions, it's not evaluated correctly.

To Reproduce

Steps to reproduce the behavior OR commands run:

  1. Instantiate DBTable class
  2. Use the where method using Params.addNull routine
  3. Check the returned result
  4. Values which are NULL were not filtered out

Expected behavior

Parameters is evaluated correctly in SQL

@benedeki benedeki added the bug Something isn't working label Oct 16, 2024
@benedeki benedeki moved this from 🆕 To groom to 👀 In review in CPS small repos project Oct 16, 2024
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in CPS small repos project Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant