|
From: Andrew M. <an...@ob...> - 2006-05-24 04:21:27
|
Should pyPgSQL attempt to mitigate this, or just count on Postgresql to
"fix" it?:
http://www.postgresql.org/about/news.561
http://www.newsforge.com/article.pl?sid=06/05/23/2141246
>>> from pyPgSQL import PgSQL
>>> PgSQL.PgQuoteString("\xbf\x27")
"'\xbf\\''"
--
Andrew McNamara, Senior Developer, Object Craft
http://www.object-craft.com.au/
|