Re: JDBC gripe list

From: "MauMau" <maumau307(at)gmail(dot)com>
To: "Dave Cramer" <pg(at)fastcrypt(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC gripe list
Date: 2011-03-25 20:37:10
Message-ID: 0BCE9496109B41DDA29A2E91C3BE4C11@maumau
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello,

----- Original Message -----
From: "Dave Cramer" <pg(at)fastcrypt(dot)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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2011-03-26 14:35:27 Re: JDBC gripe list
Previous Message Dave Cramer 2011-03-25 13:53:40 Re: JDBC gripe list