| From: | Oliver Jowett <oliver(at)opencloud(dot)com> |
|---|---|
| To: | robert engels <rengels(at)ix(dot)netcom(dot)com> |
| Cc: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: setQueryTimeout problem !?!?! |
| Date: | 2008-03-18 14:09:54 |
| Message-ID: | 47DFCD32.7040300@opencloud.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Paul Tomblin | 2008-03-18 14:12:08 | Re: Atomic operations? |
| Previous Message | robert engels | 2008-03-18 14:07:51 | Re: setQueryTimeout problem !?!?! |