mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Corestore fetch over one to many with where clause #282
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 @Pratik-Sodha on GitHub (Jul 19, 2019).
I have above structure.
Description : Server entity have three attributes.
Name - Type
localId - UUID
serverId - UUID
SyncFlag - Int16.
SyncFlag have three possible values. [1,2,3]. 1 for insert, 2 for update and 3 for delete.
Now, requirement is that, Want to fetch one employee with related projects using employee serverId. But not want that projects which project status is deleted.
Any help appreciated :)
Thank you.
@JohnEstropia commented on GitHub (Jul 28, 2019):
If I understood you correctly, I think it's something like this: