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

DM-45680: Allow boolean columns to be used in query 'where' #1051

Merged
merged 6 commits into from
Aug 12, 2024

Add test coverage for query expression NULL syntax

7aa86be
Select commit
Loading
Failed to load commit list.
Merged

DM-45680: Allow boolean columns to be used in query 'where' #1051

Add test coverage for query expression NULL syntax
7aa86be
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 12, 2024 in 1s

93.04% of diff hit (target 89.40%)

View this Pull Request on Codecov

93.04% of diff hit (target 89.40%)

Annotations

Check warning on line 275 in python/lsst/daf/butler/queries/expression_factory.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/daf/butler/queries/expression_factory.py#L275

Added line #L275 was not covered by tests

Check warning on line 175 in python/lsst/daf/butler/queries/tree/_predicate.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/daf/butler/queries/tree/_predicate.py#L175

Added line #L175 was not covered by tests

Check warning on line 449 in python/lsst/daf/butler/queries/tree/_predicate.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/lsst/daf/butler/queries/tree/_predicate.py#L449

Added line #L449 was not covered by tests