From: Fred C <bs...@gm...> - 2007-07-25 15:22:55
|
I use PostgreSQL 8 and everything works fine with SQLObject. For the =20 quotes PostgreSQL support both syntaxes. This is from the reference manual. 4.1.2.1. String Constants A string constant in SQL is an arbitrary sequence of characters =20 bounded by single quotes (=92), for example =92This is a string=92. The =20= standard-compliant way of writing a single-quote character within a =20 string constant is to write two adjacent single quotes, e.g. =20 =92Dianne=94s horse=92. PostgreSQL also allows single quotes to be = escaped =20 with a backslash (\), so for example the same string could be written =20= =92Dianne\=92s horse=92. -fred- On Jul 25, 2007, at 7:51 AM, Oleg Broytmann wrote: > Hello. > > Are here Postgres users who haven't switched to PostgreSQL 8.+? The > problem is that Postgres 8+ changed quoting style from \' to '', =20 > and it's > impossible for SQLObject to support both styles simultaneously, so if > everyone has upgraded I will change quoting style in the trunk to ''. > > Oleg. > --=20 > Oleg Broytmann http://phd.pp.ru/ =20 > ph...@ph... > Programmers don't die, they just GOSUB without RETURN. > > ----------------------------------------------------------------------=20= > --- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a =20 > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > sqlobject-discuss mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss |