[Dbmail] Why pure selects?

2004-11-29 Thread Joshua D. Drake
Hello, It appears that dbmail is using standard selects and not cursors for pulling data. Is there any reason why? Sincerely, Joshua D. Drake -- Command Prompt, Inc., home of PostgreSQL Replication, and plPHP. Postgresql support, programming shared hosting and dedicated hosting. +1-503-667-4

Re: [Dbmail] Why pure selects?

2004-11-30 Thread Ilja Booij
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 supp

Re: [Dbmail] Why pure selects?

2004-11-30 Thread Joshua D. Drake
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. Ahh o.k. Although I appreciate the need to keep things simple, the PostgreSQL should probably be gone through. MySQL and Pos