On Wed, 2002-03-06 at 14:57, Rudy Lippan wrote: > On 6 Mar 2002, Jeffrey W. Baker wrote: > > > Given I've been unable to contact Mr. Mergl on his own terms and given > > DBD::Pg is unreliable, unbuildable, and generally in a bad condition, I > > propose to make the next release of DBD::Pg myself. > > > > Several users have mailed patches to me or to this list. I will roll > > them up, test the driver, and upload a new package to my directory on > > CPAN. > > > > Another patch... > This fixes a problem with \' and placeholders. > I sent it (or one similar) to the list a long while ago, > and since you are applying patches, I did not want this issue to > get overlooked.
I don't like this patch. It looks like it could walk off the beginning of a string. Also I'm not certain if I understand the problem. I assume that you want to do: SELECT foo FROM bar WHERE baz = \'? Is that correct? I'm having a hard time imagining a working, valid SQL statement that would look like that, but I am wide open to examples. Regards, Jeffrey
