Re: DatabaseMetaData oddities

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: DatabaseMetaData oddities
Date: 2003-02-03 11:41:14
Message-ID: 200302031141.h13BfEP25335@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


Uh, we have two very dedicated jdbc patch appliers, Dave and Barry. Guys?

---------------------------------------------------------------------------

Oliver Jowett wrote:
> Is there any interest in these patches? Should I resend them elsewhere?
>
> -O
>
> ----- Forwarded message from Oliver Jowett <oliver(at)opencloud(dot)com> -----
>
> Date: Tue, 17 Dec 2002 19:01:33 +1300
> To: pgsql-jdbc(at)postgresql(dot)org
> Subject: [JDBC] DatabaseMetaData oddities
> From: Oliver Jowett <oliver(at)opencloud(dot)com>
>
> These patches fix some oddities in the postgresql JDBC driver's
> implementation of DatabaseMetaData.
>
> The patches are against recent CVS; I've used them against a 7.2.3 server
> and the current CVS (7.4devel) server successfully.
>
> Quick summaries:
>
> pgsql_getTypeInfo-ordering.patch:
> correct ordering of results from DatabaseMetaData.getTypeInfo().
>
> pgsql_more-jdbc3-metadata.patch:
> implement some unimplemented JDBC3 DatabaseMetaData methods.
>
> pgsql_reduce-table-name-length.patch:
> reduce getMaxTableNameLength() by 5 to account for the server
> appending _pkey to generate an index name.
>
> and one non-metadata patch:
>
> pgsql_null-statement-tostring.patch:
> avoid NullPointerException in AbstractJdbc1Statement.toString()
>
> Hopefully these are useful to someone..
>
> -O
>
> [...]
>
> ----- End forwarded message -----
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Elielson Fontanezi 2003-02-03 13:12:51 st.executeQuery("SELECT NEXTVAL('seq_suporte') AS valor");
Previous Message Oliver Jowett 2003-02-03 09:05:17 Re: DatabaseMetaData oddities