From: | Kris Jurka <books(at)ejurka(dot)com> |
---|---|
To: | "Bacchu, Anjan" <Anjan(dot)Bacchu(at)Summit(dot)Fiserv(dot)com> |
Cc: | "'pgsql-jdbc(at)postgresql(dot)org'" <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: FW: your post to pgjdbc-commit |
Date: | 2004-10-19 16:56:23 |
Message-ID: | Pine.BSO.4.56.0410191149350.19213@leary.csoft.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
On Tue, 19 Oct 2004, Bacchu, Anjan wrote:
> Would you know if there were other items that
> I could do ? I will try doing some things at home where
> I can get CVS access ?
Anything on the todo list would be good. A quick look shows the following
tasks look like easier ones:
[JDBC1] Need a to check a ResultSet's closed status in a number of places
to avoid throwing NullPointerExceptions on some methods called on a closed
ResultSet.
[JDBC3] The JDBC 3 DatabaseMetaData methods sometimes return additional
information. Currently we only return JDBC 2 data for these methods.
[JDBC3] Implement Blob/Clob write/position methods. (at least the write
part should be easy)
[JDBC3] Implement holdable ResultSets by fetching all data into the
driver, although it would be better if we could use the backend support
for these.
[feature] Add scalar functions specified in the {fn } escape syntax.
>
> How do I become part of pgsql-jdbc(at)postgresql(dot)org ?
http://jdbc.postgresql.org/lists.html#general
Kris Jurka
From | Date | Subject | |
---|---|---|---|
Next Message | Kris Jurka | 2004-10-19 17:00:08 | Re: boolean problem |
Previous Message | Bacchu, Anjan | 2004-10-19 16:23:32 | Re: FW: your post to pgjdbc-commit |