mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Error with NSPredicate #352
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 @TheJustikar on GitHub (Dec 17, 2020).
Hi,
I have 2 entities,
MatchandPlayer, bothCoreStoreObject's.Matchhas 2 relationships toPlayercalledwinnersandlosers(and respective inverses inPlayer).When trying to filter the matches with this
Where:I get this error:
I tested this predicate without
CoreStoreand it works.@JohnEstropia commented on GitHub (Dec 19, 2020):
@TheJustikar Thanks for reporting. I'll add an enhancement for this in a future update, but for now you'll need to extract the
NSManagedObjects sinceNSPredicates don't know how to interpretCoreStoreObjects. Please try: