Rick Keiner wrote:
Here is some work I've done on the SQLite driver for
apr_dbd. It's based on the work Ryan Phillips had
done. I've changed the select to build a linked list
of the result set so that the number of tuples will be
correct. The subsequent get rows retrieve the data
from the linked list. This works only if there is one
select in the query.

I have a general question about the query How should
the results be returned if there are multiple selects
in the query? Should it just return an array of
apr_results_t *.


Regards,

Rick Keiner


Can you please provide this in a .patch format?

eg, svn diff.

Thanks,

Paul

Reply via email to