On Wednesday, October 23, 2002, at 07:43  PM, Rudy Lippan wrote:

and got the error. Should DBD::Pg be calling quote() from its execute
method? I looked around a bit at the DBD::Pg code, but the XS is a
Good question. Probably, but then it should be calling the libpq
functions when available. And quoting should be made to understand text[]
types, also (getting them out, is a complately different problem).
Actually, I think that getting them out isn't a problem -- libpq, IIRC, unescapes stuff before delivering it back to the client.

I think I'm going to go a bit more into a quiet mode WRT DBD::Pg development until I feel I know enough about C & XS to really be able to make a contribution. That means that, when I have time, I'll likely start by submitting documentation and test patches as I learn more about the DBI spec and how it should be implemented by DBD::Pg.

In the meantime, though, I welcome feedback on the existing patches:

http://gborg.postgresql.org/project/dbdpg/patch/patchlist.php

Regards,

David

--
David Wheeler AIM: dwTheory
[EMAIL PROTECTED] ICQ: 15726394
http://david.wheeler.net/ Yahoo!: dew7e
Jabber: [EMAIL PROTECTED]



Reply via email to