karamaan / karamaan-opaleye

Other
11 stars 7 forks source link

Implement offset #67

Closed hesselink closed 10 years ago

hesselink commented 10 years ago

I've made this a separate pull request since it depends on installing a very recent haskelldb from the source repo, because it needs commit cc7c53ac, and I wasn't sure if you want that. If you merge this branch, you'll also get limiting (#64).

tomjaguarpaw commented 10 years ago

That's great. I will hold off merging this for now since it requires this very recent HaskellDB patch. Please do let me know about the results of using LIMIT and OFFSET in practice though.

dbp commented 10 years ago

Since we're already depending on a haskelldb version that includes this (tom's github fork), can we get this merged? It'd be really nice to have... (I right now have a bunch of really nice opaleye queries, and then one big pile of SQL because I need limit/offset).