fsprojects / SQLProvider

A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
580 stars 146 forks source link

fix for async when WhereSelectEnumerableIterator #519 #592

Closed Thorium closed 5 years ago

Thorium commented 5 years ago

If in async, pre-evaluate query within async context and then return the results as usual.