Skip to content

Comments

feat(query): add isnull operator for NULL checks#528

Open
joshdimanteto wants to merge 3 commits intoremove-older-python-versions-#517from
add-isnull-where-filter-#527
Open

feat(query): add isnull operator for NULL checks#528
joshdimanteto wants to merge 3 commits intoremove-older-python-versions-#517from
add-isnull-where-filter-#527

Conversation

@joshdimanteto
Copy link

This PR will close #527

Description

see #527

Testing Instructions

Add a set up instructions describing how the reviewer should test the code

  • Review code
  • Check GitHub Actions build
  • If icatdb Generator Script Consistency Test CI job fails, is this because of a deliberate change made to the script to change generated data (which isn't actually a problem) or is here an underlying issue with the changes made?
  • Review changes to test coverage
  • Does this change mean a new patch, minor or major version should be made? If so, does one of the commit messages feature fix:, feat: or BREAKING CHANGE: so a release is automatically made via GitHub Actions upon merge?
  • {more steps here}

Agile Board Tracking

#527

@joshdimanteto joshdimanteto force-pushed the add-isnull-where-filter-#527 branch from 1cf6592 to b11f9f6 Compare February 23, 2026 17:40
@joshdimanteto joshdimanteto force-pushed the add-isnull-where-filter-#527 branch 3 times, most recently from 31ca501 to f21d3b2 Compare February 24, 2026 09:58
@joshdimanteto joshdimanteto changed the base branch from main to remove-older-python-versions-#517 February 24, 2026 10:06
@joshdimanteto joshdimanteto marked this pull request as ready for review February 24, 2026 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No where filter operator supports null checking / Add is null & is not null operators

1 participant