Re: Missing features in JDBC driver - Mailing list pgsql-interfaces

From Anders Bengtsson
Subject Re: Missing features in JDBC driver
Date
Msg-id 391FFF0A.81465DFD@natakademin.se
Whole thread Raw
List pgsql-interfaces
Peter Mount wrote:
> 
> Yes the stream support was a victim of other things here taking
> priority. I'm working on trying to get more time to dedicate to JDBC, so
> this one should be the first.

That would be great! I've found that the "strange" way PostgreSQL
handles BLOBs is the major showstopper for changing from another RDBMS.

> As for the metadata, which methods are you using? A majority of the
> DatabaseMetaData and ResultSetMetaData are implemented. There are a few
> which are not done, but you should get an SQLException saying "Not yet
> Implemented".

I'm actually not sure, since the application server is doing all the
interfacing with the database and is not that good at providing useful
error messages... I could possibly try to add some debugging messages in
the JDBC driver to find out which methods it is using.

> Peter
> 
> --
> Peter Mount
> Enterprise Support
> Maidstone Borough Council
> Any views stated are my own, and not those of Maidstone Borough Council.

/Anders
________________________________________________________________________
A n d e r s  B e n g t s s o n                     anders@natakademin.se
http://www.natakademin.se/


pgsql-interfaces by date:

Previous
From: Joseph Shraibman
Date:
Subject: Re: [HACKERS] RE: jdbc 7.0 fix for off by one errors.
Next
From: Peter Mount
Date:
Subject: RE: lo_unlink