JDBC 4 support

From: henk de wit <henk53602(at)hotmail(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: JDBC 4 support
Date: 2011-02-15 09:44:39
Message-ID: COL104-W36007E635E6D2D0C542931F5D30@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


Since I'm using Java 6, I normally download the JDBC4 PG driver. Last night I upgraded to JBoss AS 6, and when I used the JDBC 4 driver it crashed with an exception stating something like Connection#createBlob wasn't implemented. Apparently the internal Hibernate tries to call this method.
The download page[1] still lists JDBC 4 support as "limited" saying that "the several of the new methods are stubbed out". This is a step up from last year when it said "the majority". But still, it's hard to believe that this is really still the case. How far off is complete JDBC 4 support?
1] http://jdbc.postgresql.org/download.html

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Robert Haas 2011-02-15 15:36:36 Re: Fwd: [JDBC] Weird issues when reading UDT from stored function
Previous Message Oliver Jowett 2011-02-14 13:13:00 Re: Array type error