markrendle / Simple.Data

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

Fix OrderBy/Then By issue with In-Memory adapter. Issue #252 #260

Closed mattwolin closed 11 years ago

mattwolin commented 11 years ago

Changed the DictionaryQueryRunner to run the order by clauses in reverse order. Added an In-Memory unit test to test sorting by multiple things.

https://github.com/markrendle/Simple.Data/issues/252