markrendle / Simple.Data

A light-weight, dynamic data access component for C# 4.0
MIT License
1.33k stars 302 forks source link

Fixed bug when running IN-query on strings with InMemoryAdapter #329

Closed sandranystrom closed 10 years ago

sandranystrom commented 10 years ago

I had problems running IN-queries with strings against InMemoryAdapter. I have added a test and fixed the bug.

Thanks you for an awesome library!