dtretyakov / WindowsAzure

.NET library aimed at managing and querying entities from Windows Azure Storage. It can be used as LINQ to Azure Tables.
MIT License
64 stars 27 forks source link

Fixes dtretyakov/WindowsAzure#35 #50

Closed MarkDeVerno closed 8 years ago

MarkDeVerno commented 8 years ago

The TrimString method was removing parenthesis from the start/end of the _filter even when they were required.

Credit to pkuderov for code on StackOverflow. I made slight modifications to prevent index out of bound exceptions, and to trim whitespace.

dtretyakov commented 8 years ago

@MarkDeVerno thank you for this fix.