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
We are currently looking forward to integrate PetaPoco in our projects. But we found that the Async API is missing a Key Features. Namely the possibility to configure Joining Criteria which is present in the Sync API through Fetch<T1, T2, TRet>(action, query) and described here: https://github.com/CollaboratingPlatypus/PetaPoco/wiki/Multi-Poco-Queries.
Is this on Purpose? Did we miss something? Are there Timelines to when this will be available?
Kind Regards
Rafael
The text was updated successfully, but these errors were encountered:
@Rafael-Dabrowski, it's been a few years since I implemented Async support, so my memory in this area is a little rough. My best guess is that I focussed on the core APIs and left the few add-on APIs in the to-do basket. Feel free to try added support yourself, as we'd love a PR. Just remember to add tests if you attempt this
We are currently looking forward to integrate PetaPoco in our projects. But we found that the Async API is missing a Key Features. Namely the possibility to configure Joining Criteria which is present in the Sync API through Fetch<T1, T2, TRet>(action, query) and described here: https://github.com/CollaboratingPlatypus/PetaPoco/wiki/Multi-Poco-Queries.
Is this on Purpose? Did we miss something? Are there Timelines to when this will be available?
Kind Regards
Rafael
The text was updated successfully, but these errors were encountered: