Re: DatabaseMetaData oddities

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: DatabaseMetaData oddities
Дата
Msg-id 3E3EA1F1.8010109@xythos.com
обсуждение исходный текст
Ответ на Re: DatabaseMetaData oddities  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
Oliver,

The patch is still in my queue and not lost.  However I am terribly behind.

--Barry


Oliver Jowett wrote:
> Is there any interest in these patches? Should I resend them elsewhere?
>
> -O
>
> ----- Forwarded message from Oliver Jowett <oliver@opencloud.com> -----
>
> Date: Tue, 17 Dec 2002 19:01:33 +1300
> To: pgsql-jdbc@postgresql.org
> Subject: [JDBC] DatabaseMetaData oddities
> From: Oliver Jowett <oliver@opencloud.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@postgresql.org so that your
> message can get through to the mailing list cleanly
>




В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Paul Cullum
Дата:
Сообщение: java.lang.OutOfMemoryError
Следующее
От: Barry Lind
Дата:
Сообщение: Re: dbcp