[Fill in missing TOTAL-ITEMS implementation for query-paged-view-mixin clinton@unknownlamer.org**20081211045610 At least on Elephant this is pretty damn slow as it must scan the entire class index. But it makes uncached paged views work. ] { hunk ./src/query-view.lisp 108 - :initarg :page-size))) + :initarg :page-size))) + hunk ./src/query-view.lisp 133 +(defmethod total-items ((view query-paged-view-mixin)) + (query-view-total-instances view)) + }