Обсуждение: FW: your post to pgjdbc-commit

Поиск
Список
Период
Сортировка

FW: your post to pgjdbc-commit

От
"Bacchu, Anjan"
Дата:
Hi There,

    sub : regarding http://jdbc.postgresql.org/todo.html

    I would like to help out.

[source] Run a source code indenter over the codebase to clean up the mess
we've got.

I can try

[build] Allow the Datasource and pooling code to build with the 1.5 JDK.

Can someone send me src.jar ? I can't access CVS since I'm
behind a firewall.

Thank you,

BR,
~A


>
> -----Original Message-----
> From: Dave Cramer [mailto:davec@fastcrypt.com]
> Sent: Thursday, October 14, 2004 3:46 PM
> To: Bacchu, Anjan
> Subject: your post to pgjdbc-commit
>
>
> Hi,
>
> Please post to the pgsql-jdbc@postgresql.org list this is just for
> committers.
>
> to do what you want, simply check it out and send us a patch.
>
> Dave
>
>


Re: FW: your post to pgjdbc-commit

От
Kris Jurka
Дата:

On Mon, 18 Oct 2004, Bacchu, Anjan wrote:

>     sub : regarding http://jdbc.postgresql.org/todo.html
>     I would like to help out.

Great.

> [source] Run a source code indenter over the codebase to clean up the mess
> we've got.
>

I'll plan on doing this myself.  It's much easier for someone with cvs
access to do.  We just haven't done it yet because there are a number of
outstanding patches that would need to be remerged after indentation
changes.

> [build] Allow the Datasource and pooling code to build with the 1.5 JDK.

This has already been done.

> Can someone send me src.jar ? I can't access CVS since I'm
> behind a firewall.
>

I've put up a source release for build 307 on the downloads page.

Kris Jurka

Re: FW: your post to pgjdbc-commit

От
"Bacchu, Anjan"
Дата:
Hi Kris,

    Thank you.

    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 ?

    How do I become part of pgsql-jdbc@postgresql.org ?

BR,
~A

-----Original Message-----
From: Kris Jurka [mailto:books@ejurka.com]
Sent: Monday, October 18, 2004 11:14 PM
To: Bacchu, Anjan
Cc: pgsql-jdbc@postgresql.org
Subject: Re: [JDBC] FW: your post to pgjdbc-commit




On Mon, 18 Oct 2004, Bacchu, Anjan wrote:

>     sub : regarding http://jdbc.postgresql.org/todo.html
>     I would like to help out.

Great.

> [source] Run a source code indenter over the codebase to clean up the
> mess we've got.
>

I'll plan on doing this myself.  It's much easier for someone with cvs
access to do.  We just haven't done it yet because there are a number of
outstanding patches that would need to be remerged after indentation
changes.

> [build] Allow the Datasource and pooling code to build with the 1.5
> JDK.

This has already been done.

> Can someone send me src.jar ? I can't access CVS since I'm
> behind a firewall.
>

I've put up a source release for build 307 on the downloads page.

Kris Jurka

Re: FW: your post to pgjdbc-commit

От
Kris Jurka
Дата:

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@postgresql.org ?

http://jdbc.postgresql.org/lists.html#general

Kris Jurka