From: | Ola Sundell <ola(at)miranda(dot)org> |
---|---|
To: | "'PostgreSQL jdbc list'" <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: Todo/missing? |
Date: | 2001-06-26 22:23:02 |
Message-ID: | Pine.LNX.4.21.0106261734190.4735-100000@miranda.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-jdbc pgsql-patches |
On Tue, 26 Jun 2001, Thomas O'Dowd wrote:
> On Mon, Jun 25, 2001 at 10:56:18PM -0400, Dave Cramer wrote:
> > I have to agree, we need to compile a todo list.
> >
> > Mine would include:
> >
> > 1) Comprehensive test suite. This may be available already.
> > 2) Updateable resultSet
> > 3) Improved DatabaseMetaData
>
> That looks pretty good from where I stand. I would perhaps separate
> out also, the fact that the ResultSet.insertXXX() methods also need to be
> implemented as well as the updateXXX methods. I guess this comes under
> the updateable resultSet but it's not clear.
I've been looking at the updateable ResultSet. The best way of
implementing it, imo, is adding (as I already mentioned) a property to
Field, which tells us where the Field is coming from. Without this, we'll
have to parse the SELECT, to see where the Field originated, and imo this
is way too complex to be done in the updateXXX methods. Unless anyone has
a better idea, I'll implement this.
I'm working on the updateable ResultSet as I'm writing this. Everything is
looking fine, although this might be a major overhaul. I'm re-reading the
jdbc-2.1 spec, and I am consuming immense amounts of Coca-Cola. We'll see
what it leads to.
Ola
--
Ola Sundell
ola(at)miranda(dot)org - olas(at)wiw(dot)org - ola(dot)sundell(at)upright(dot)se
http://miranda.org/~ola
From | Date | Subject | |
---|---|---|---|
Next Message | Jie Liang | 2001-06-26 22:23:52 | how to limit user to open another session |
Previous Message | Dave Harkness | 2001-06-26 20:48:04 | Re: High Memory Usage Patch -- Disregard my last message |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2001-06-27 00:27:11 | RE: Todo/missing? |
Previous Message | Dave Cramer | 2001-06-26 22:13:40 | RE: jdbc1 fix for BigDecimal scale bug |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2001-06-27 00:27:11 | RE: Todo/missing? |
Previous Message | Dave Harkness | 2001-06-26 20:48:04 | Re: High Memory Usage Patch -- Disregard my last message |