Hi. Although Dabo cursor has support for limiting fetching result set with the SQL limit clause, thing that is missing is fetching remaining data from the set. What do you think about using the fetchmany instead of limit? It should be easier to retrieve batch results since this method is SQL independent, versus different limit/offset handling in by various backends. We could also extend requery with the scope parameter like next/rest/all.
-- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
