[Fix `has-next-page-p' clinton@unknownlamer.org**20090216100055 Ignore-this: 8b5a069a5071cb39eafee095cbb7599e Ranges to query from must be exclusive. Ack. ] { hunk ./src/query-view.lisp 144 - :limit 1 :from-end t) + :limit 1 :from-end t :exclusive :upper) hunk ./src/query-view.lisp 146 - :limit 1)))) + :limit 1 :exclusive :lower)))) + }