Fetch child data without fetching relation ids first #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
It should be possible to fetch child data in a single query, without the need to fetch the ids first.
SQL command would be:
Query should look something like:
Note: This would not work with IStorageResolver, because we would need the ids to resolve the data elsewhere.