Re: UpdateableResultSet patch (not finished yet!)

From: Barry Lind <barry(at)xythos(dot)com>
To: Ola Sundell <ola(at)miranda(dot)org>
Cc: "'PostgreSQL jdbc list'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: UpdateableResultSet patch (not finished yet!)
Date: 2001-09-17 04:45:16
Message-ID: 3BA57FDC.5060407@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Russ McBride 2001-09-17 07:49:31 newbie question: loading the jdbc driver & connecting to my db
Previous Message Barry Lind 2001-09-17 04:38:03 Re: [PATCHES] isNullable()