Re: UpdateableResultSet patch (not finished yet!) - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: UpdateableResultSet patch (not finished yet!)
Date
Msg-id 3BA57FDC.5060407@xythos.com
Whole thread Raw
In response to UpdateableResultSet patch (not finished yet!)  (Ola Sundell <ola@miranda.org>)
List pgsql-jdbc
Ola,

I don't think this logic should be coded into the JDBC driver.  Instead
I think it makes much more sence to have this logic coded into the
backend and then exposed via JDBC and the other interfaces.  I know that
someone is working on doing the same thing in ODBC.  Having the same
code done in two or more places is a bad idea.

thanks,
--Barry


Ola Sundell wrote:
> Hello,
>
> I have, for some time, now, been working on the updateable resultset
> class. Please have a look at http://www.miranda.org/~ola/jdbcupr.diff, and
> let me know what you think. It is only rudimentary at the moment.
>
> Things to consider:
>
> * Parsing of query. Very hackish at the moment.
> * Concurrency check.
>
> Things that need work:
> * Documentation
> * Inserting - nothing done as of yet.
> * The test case needs to be more elaborate.
>
> Ola
>
>



pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: [PATCHES] isNullable()
Next
From: Russ McBride
Date:
Subject: newbie question: loading the jdbc driver & connecting to my db