mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
where expression for FieldRelationshipToMany properties
#408
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @itShouldWork on GitHub (Mar 23, 2023).
Hi! There is a problem with
.whereexpressions in case you are trying to filter toManyRelationshipproperties. In my code example I want to fetch allMaster's which containsPetwith name Spot.Code example:
Seems like a common case, so maybe I'm doing something wrong?
@JohnEstropia commented on GitHub (Mar 24, 2023):
Thanks, it looks like a missing overload for the
~operator