Re: setQueryTimeout problem !?!?! - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: setQueryTimeout problem !?!?!
Date
Msg-id 47DFCD32.7040300@opencloud.com
Whole thread Raw
In response to Re: setQueryTimeout problem !?!?!  (robert engels <rengels@ix.netcom.com>)
List pgsql-jdbc
robert engels wrote:
> According to the specification
>
> If a JDBC driver does not support or only provides partial support for
> an optional
> feature, the corresponding DatabaseMetaData method must indicate the
> feature
> is not supported. Any methods for a feature that is not implemented are
> required
> to throw a SQLFeatureNotSupportedException.
>
>
> But this is not an optional exception, so I guess the real answer is the
> the driver is not JDBC 3 compliant, it would not pas the tests, and thus
> cannot be called a jdbc driver.

Indeed, we don't claim that the driver is fully JDBC3 compliant. See
http://jdbc.postgresql.org/#features

-O

pgsql-jdbc by date:

Previous
From: robert engels
Date:
Subject: Re: setQueryTimeout problem !?!?!
Next
From: "Paul Tomblin"
Date:
Subject: Re: Atomic operations?