Re: :PgSQL: More Queestions

Поиск
Список
Период
Сортировка
От Rudy Lippan
Тема Re: :PgSQL: More Queestions
Дата
Msg-id Pine.LNX.4.44.0211201047190.16983-100000@elfride.ineffable.net
обсуждение исходный текст
Ответ на Re: :PgSQL: More Queestions  (Tim Bunce <Tim.Bunce@pobox.com>)
Список 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 по дате отправления:

Предыдущее
От: Tim Bunce
Дата:
Сообщение: Re: DBD::PgSQL: More Queestions
Следующее
От: "Jeff Urlwin"
Дата:
Сообщение: Re: :PgSQL: More Queestions