Skip to content

feat(pinia-orm): Add where(Not)Null and (or)where(Not)In#1831

Merged
CodeDredd merged 4 commits intomainfrom
pinia-orm-1765
May 6, 2024
Merged

feat(pinia-orm): Add where(Not)Null and (or)where(Not)In#1831
CodeDredd merged 4 commits intomainfrom
pinia-orm-1765

Conversation

@CodeDredd
Copy link
Copy Markdown
Owner

@CodeDredd CodeDredd commented May 5, 2024

🔗 Linked issue

closes #1765

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 5, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.79%. Comparing base (fda0f99) to head (5260a2e).
⚠️ Report is 141 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1831      +/-   ##
==========================================
+ Coverage   99.66%   99.79%   +0.13%     
==========================================
  Files          87       87              
  Lines        5920     5959      +39     
  Branches      502      510       +8     
==========================================
+ Hits         5900     5947      +47     
+ Misses         16       10       -6     
+ Partials        4        2       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

Add whereNull and whereNotNull

2 participants