fsprojects / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

Added test for multi-batch table query #83

Closed stewart-r closed 7 years ago

stewart-r commented 7 years ago

As discussed.

This test fails for the code as I had it previously with the error in it (only returning the 1st 1000 rows) but passes with the code as it is now with the correction.

isaacabraham commented 7 years ago

Thanks for this!