Re: JDBC gripe list - Mailing list pgsql-jdbc

From MauMau
Subject Re: JDBC gripe list
Date
Msg-id 0BCE9496109B41DDA29A2E91C3BE4C11@maumau
Whole thread Raw
In response to JDBC gripe list  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: JDBC gripe list  (Dave Cramer <pg@fastcrypt.com>)
Re: JDBC gripe list  (Quartz <quartz12h@yahoo.com>)
List pgsql-jdbc
Hello,

----- Original Message -----
From: "Dave Cramer" <pg@fastcrypt.com>
> My sense is that for basic read/write/update/delete the driver works
> just fine. However I'd like to compile a list of everyone's gripe.

Thank you for giving us an excellent JDBC driver. I've been learning
PostgreSQL JDBC driver and PostgreSQL internals these days. Please let me
add some items.

1. Better JDBC4 support
I'd like the driver to support more JDBC4 features, regardless of whether
they are actually useful. Just lack of support could lead to underevaluation
when compared to other databases such as Oracle and HSQLDB (IIRC, HSQLDB
provides better JDBC4 support). I love PostgreSQL and don't want my
colleagues to underevaluate PostgreSQL.

2. Ability to run regression tests against the driver located in an
arbitorary place
The current regression test builds the driver and uses it. I want to run the
regression test against an installed driver like "make installcheck" of
PostgreSQL. With that feature, I can make sure that the installation media
contains a correct driver and we performed packaging procedure with no
problem.

Regards
Maumu


pgsql-jdbc by date:

Previous
From: "Mackay, Scott"
Date:
Subject: Re: JDBC gripe list
Next
From: Dave Cramer
Date:
Subject: Re: JDBC gripe list