Re: Bug in DatabaseMetaData.getColumns(...)??

From: Kris Jurka <books(at)ejurka(dot)com>
To: Dave Cramer <Dave(at)micro-automation(dot)net>
Cc: Thorsten Meinl <Thorsten(at)meinl(dot)bnv-bamberg(dot)de>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Bug in DatabaseMetaData.getColumns(...)??
Date: 2002-12-02 19:35:34
Message-ID: Pine.LNX.4.33.0212021432190.24686-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


Yes,

http://fts.postgresql.org/db/mw/msg.html?mid=1359758

On 2 Dec 2002, Dave Cramer wrote:

> Kris,
>
> where did you submit the patch, patches? I guess I'm "it" while Barry is
> away
>
> Dave
> On Mon, 2002-12-02 at 13:57, Kris Jurka wrote:
> > On Sat, 30 Nov 2002, Thorsten Meinl wrote:
> >
> > > Hello,
> > >
> > > I just downloaded the new 7.3 release of PostgreSQL and also tried the
> > > new JDBC-drivers shipped with the release. And I have problems with the
> > > new driver.
> > > The Java-API says for the function DatabaseMetaData.getColumns(...):
> > >
> > > [cut]
> > >
> > > So the order is wrong, the columns or sorted by their name and not by
> > > their position in the table-defintion. This broke my code.
> > > Is this a bug or an intended feature?
> >
> > This is a bug. I have submitted a patch to repair this which will
> > hopefully be applied shortly.
> >
> > Kris Jurka
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 6: Have you searched our list archives?
> >
> > http://archives.postgresql.org
> --
> Dave Cramer <Dave(at)micro-automation(dot)net>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2002-12-02 20:03:52 Re: md5 passwords in 7.2.3 ?
Previous Message Dave Cramer 2002-12-02 19:27:41 Re: Bug in DatabaseMetaData.getColumns(...)??