asherber/StaTypPocoQueries.PetaPoco

Async Support

Closed this issue · 2 comments

Nice work. Any plan on adding async support ?
i..e return db.QueryAsync(c => c.ParentID == parentCategoryId).ToList();

Sure, that's a good idea. I think when I put this out it was shortly before PetaPoco included async operations.

I'm sorry for the delay. Async operations have been added to v1.3.2, available from NuGet.