feat(dto): make database-resolved defaults optional in GraphQL inputs - #193
Conversation
test: add model and mutation for SQL expression defaults
|
Warning Review limit reached
More reviews will be available in 15 minutes and 43 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (7)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #193 +/- ##
==========================================
+ Coverage 92.18% 93.06% +0.87%
==========================================
Files 70 69 -1
Lines 6170 6215 +45
Branches 816 821 +5
==========================================
+ Hits 5688 5784 +96
+ Misses 333 288 -45
+ Partials 149 143 -6 ☔ View full report in Codecov by Harness. |
|
@gazorby Thanks for turning my band-aid into a proper fix and for cutting a release. I didn't have time last week to post a minimal reproducible example here and ask what the expected behaviour is. The unit test you added strawchemy/tests/unit/models.py Line 225 in 7489b23 |
test: add model and mutation for SQL expression defaults
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist