Hi Alberto
You should upgrade to the most recent version of the jdbc driver :
see the change log details ( http://jdbc.postgresql.org/
changes.html#version_8.0-315 )
When performing replace processing we must continue processing
until we hit the end of a user supplied query, not just once w
Hi all!
I use postgresql 8.0 and its driver for JDBC.A strange thing happens:
when my application creates a query it is created always with a
parenthesis more than expected, that is a query like this one:
SELECT * FROM table_x WHERE (table_x.afield='a' and
table_x.bfield='b')) order by table_x.a