I'm in Uganda slammed with another project right now, but if you can
add the relevant ordering to the query along with the db2 support and
submit a pull request on Github I should be able to get to it next
weekend (and at least anyone else will be able to see your fix if it's
relevant to them).
The problem I had, at the time was figuring out how to deal with
backends that don't support some features. In particular, I was using
MySQL as my db of choce, while the tests used Derby. IIRC, Derby
didn't support limiting in the same way that MySQL did.
+1 to making clj-record a layer on top of ClojureQL.