Closed gwynne closed 1 year ago
This update enables embedding @Composite[Optional]Parent properties in a @CompositeID, as well as:
@Composite[Optional]Parent
@CompositeID
fatalError()
QueryBuilder.count()
Collection<Model>.delete(force:on:)
Merging #553 (4605b10) into main (b821ac3) will decrease coverage by 0.21%. The diff coverage is 80.00%.
0.21%
80.00%
These changes are now available in 1.39.1
This update enables embedding
@Composite[Optional]Parent
properties in a@CompositeID
, as well as:fatalError()
s and uses of force-unwrapping from FluentQueryBuilder.count()
when the queried model has a composite IDCollection<Model>.delete(force:on:)