On Mon, 29 Nov 2004 10:17:11 -0800, Joshua D. Drake
<[EMAIL PROTECTED]> wrote:
> Hello,
> 
> It appears that dbmail is using standard selects and not cursors for
> pulling data. Is there any reason why?
> 

Hi Joshua,

you're correct, DBMail does not use Cursors. This is because MySQL
does not support cursors. The code bases for the MySQL and PostgreSQL
are mostly the same. However, if we can benefit from using cursors,
and it if this can be implemented using our current code (for the rest
of DBMail that is, the driver can change of course) it would be
interesting.

Ilja

Reply via email to