2011/5/24 Yasuo Ohgaki <yohg...@ohgaki.net>:
>> Should we really provide fallback if PQescape(Literal|Identifier)
>> isn't available? Did you copy the escaping from postgresql directly?
>
> Wouldn't it nice to have the same escaping capability for 8.x?
> It's not possible to copy the code, since it's binded to PostgreSQL's
> multibyte function. It's possible to use mbstring function for thatbut it's
> not default.

I forgot to mention.

It may seems to strange way to escape strings, (i.e. ' E' prefix) but all
currently supported PostgreSQL versions accept this escape.

--
Yasuo Ohgaki
yohg...@ohgaki.net

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to