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-36325L Allow list or tuple as bound value for IN operator #745

Merged
merged 3 commits into from Oct 26, 2022

Conversation

andy-slac
Copy link
Contributor

An identifier appearing on the right-hand side of IN operator can be bound to a list or a tuple of numbers.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@codecov
Copy link

codecov bot commented Oct 21, 2022

Codecov Report

Base: 84.82% // Head: 84.88% // Increases project coverage by +0.05% 🎉

Coverage data is based on head (9376188) compared to base (cba98bb).
Patch coverage: 97.91% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #745      +/-   ##
==========================================
+ Coverage   84.82%   84.88%   +0.05%     
==========================================
  Files         257      257              
  Lines       33201    33342     +141     
  Branches     5662     5667       +5     
==========================================
+ Hits        28164    28302     +138     
- Misses       3805     3807       +2     
- Partials     1232     1233       +1     
Impacted Files Coverage Δ
...t/daf/butler/registry/queries/expressions/check.py 88.67% <77.77%> (-0.87%) ⬇️
...daf/butler/registry/queries/expressions/convert.py 81.65% <93.33%> (+0.54%) ⬆️
tests/test_expressions.py 98.93% <100.00%> (+1.87%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

An identifier appearing on right-hand side of `IN` operator can be bound to
a list or a tuple of numbers.
doc/lsst.daf.butler/queries.rst Outdated Show resolved Hide resolved
doc/lsst.daf.butler/queries.rst Outdated Show resolved Hide resolved
doc/lsst.daf.butler/queries.rst Outdated Show resolved Hide resolved
doc/lsst.daf.butler/queries.rst Outdated Show resolved Hide resolved
@andy-slac andy-slac merged commit da0783b into main Oct 26, 2022
@andy-slac andy-slac deleted the tickets/DM-36325 branch October 26, 2022 01:38
@andy-slac andy-slac changed the title Allow list or tuple as bound value for IN operator (DM-36325) DM-36325L Allow list or tuple as bound value for IN operator Oct 26, 2022
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.

None yet

2 participants