You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi -- the new changes in the latest release that enable resource embedding have been working great, thanks again!
I had one request though. It seems that by default, the postgrest-csharp library is adding top-level row filtering by inserting !inner in the query a la https://postgrest.org/en/stable/api.html#embedding-with-top-level-filtering. This ignores any top level rows for which there are no nested resources. It would be great to have more fine grained control over this. In my use case I would like all top level rows returned even if the nested resources contains no rows. Is there currently a way to control this, and if not could it be added?
The text was updated successfully, but these errors were encountered:
Hi -- the new changes in the latest release that enable resource embedding have been working great, thanks again!
I had one request though. It seems that by default, the postgrest-csharp library is adding top-level row filtering by inserting !inner in the query a la https://postgrest.org/en/stable/api.html#embedding-with-top-level-filtering. This ignores any top level rows for which there are no nested resources. It would be great to have more fine grained control over this. In my use case I would like all top level rows returned even if the nested resources contains no rows. Is there currently a way to control this, and if not could it be added?
The text was updated successfully, but these errors were encountered: