Graeme J Sweeney wrote:
On Mon, 18 Aug 2008, Warren Bell wrote:
Has anyone else had this problem after upgrading to Postgres 8.3? I
have tried the Postgres users list and the Postgres JDBC users list
and have gotten no where.
Have you tried the 8.1 driver with 'compatible=8.1' in the connection
string?
IIRC I ran a 7.4 driver against 8.3 while testing a legacy
(non-ibatis) webapp.
There is also this setting:
http://www.postgresql.org/docs/8.2/static/runtime-config-compatible.html#GUC-STANDARD-CONFORMING-STRINGS
I have tried the standard conforming string options and had troubles
with it. I have not tried the 8.1 driver with the 'compatible=8.1' in
the connection string. I will give that a try.
Thanks,
Warren