On Sun, 2007-05-13 at 18:31 +1000, Ian Holsman wrote: > Is this functionality interesting for the APR DBD library in general, > Is there similar functionality available in other db's that people know of?
SQLite does it as well. And strangely enough, we actually support some queries like that (but not select) in SQLite3 driver, but not properly (only last nrows is returned). -- Bojan