Re: UPDATE with JDBC fail - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: UPDATE with JDBC fail
Date
Msg-id 4112B990.3010209@opencloud.com
Whole thread Raw
In response to Re: UPDATE with JDBC fail  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Kris Jurka wrote:

> I only run specific tests against old versions when modifying something in
> that area because the regression tests haven't run successfully
> against 7.1 in the time I've been working on the driver.  If we know the
> driver doesn't work against old server versions we should refuse to
> connect or issue some kind of error message.  Are there things other than
> transaction isolation you'd like me to test against 7.0 or 7.1?

Transaction isolation was the only thing that springs to mind (when I
rearranged the protocol code, the per-transaction setting of isolation
level for older servers got thrown out), but there may well be other stuff.

I think we should either fix the regression tests to work against
7.0/7.1, or drop support for those versions entirely and refuse to
connect. I know which is easier :)

-O

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: UPDATE with JDBC fail
Next
From: Ryoji Sawa
Date:
Subject: Re: [Fwd: Q: database schema from JDBC driver and netbeans.]