Re: :PgSQL: More Queestions - Mailing list pgsql-interfaces

From Rudy Lippan
Subject Re: :PgSQL: More Queestions
Date
Msg-id Pine.LNX.4.44.0211201047190.16983-100000@elfride.ineffable.net
Whole thread Raw
In response to Re: :PgSQL: More Queestions  (Tim Bunce <Tim.Bunce@pobox.com>)
List pgsql-interfaces
On Wed, 20 Nov 2002, Tim Bunce wrote:

> > Maybe it's just too complex, because, looking at DBD::ODBC's 
> > dbd_preparse(), the handling of literals in the query seems a good deal 
> > more straight-forward (though it doesn't appear to handle '\'' or "\"" 
> > -- am I reading that right?
> 
> ANSI standard doesn't use backslashes, it uses doubling: "...""..."
> 

Postgres does, however ugly it may be. So this needs to be suported lest 
a \" thow off  placeholder counting and thus breaking execute().  But at 
least pg supports geminate "s.

Later,

-r



pgsql-interfaces by date:

Previous
From: Tim Bunce
Date:
Subject: Re: DBD::PgSQL: More Queestions
Next
From: "Jeff Urlwin"
Date:
Subject: Re: :PgSQL: More Queestions