NotMyself / Simple.Data.Sqlite

A Sqlite Provider for Simple.Data
17 stars 14 forks source link

Updated to work with Simple.Data 0.16.0.0 #6

Closed Vidarls closed 12 years ago

Vidarls commented 12 years ago

The IQueryPager interface was extended to include an ApplyLimit method (without offset). My implementation of this needs a quick review as I don't speak Sqlite Sql fluently, and thus I might have missed something.

-V