yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

Allow using SQL expressions for limit and offset in Query #124

Closed sbosley closed 8 years ago

sbosley commented 8 years ago

e.g. for when you want to use something like the result of a scalar subquery in limit/offset

jdkoren commented 8 years ago

LGTM