updatable (J2EE) resultsets - Mailing list pgsql-jdbc

From Gerlits András
Subject updatable (J2EE) resultsets
Date
Msg-id 20021210140459.17938.qmail@neotek.hu
Whole thread Raw
Responses Re: updatable (J2EE) resultsets  (Dave Cramer <Dave@micro-automation.net>)
List pgsql-jdbc
Hi all.

I'm new to the list, so first off I'd like to say hello.

The reason I've joined the list is that I've tried to use the updatable
ResultSet feature with the JDBC drivers for Postgres and found that they
won't work if you have columns in your database that have capital letters
in it. After a lot of fumbling (which included not downloading the source,
but decompiling the driver (I'm not too proud of that :))) I've found the
AbstractJdbc2ResultSet.insertRow method, which prepares the query for
execution, but ignores the fact that columnames must be included between "-
s if they are capitalized.

I'd be happy to post a patch, but I'm really a newcomer when it comes to
open-source shared development, and haven't got the slightest idea on how
to do it.

I've tried to look this up in the archives, but haven't found any threads
dealing with this issue.

Thanks
Andras Gerlits

pgsql-jdbc by date:

Previous
From: Mike Beachy
Date:
Subject: build patch
Next
From: Ricardo Javier Aranibar León
Date:
Subject: Connection Class.forName