DatabaseMetaData patch

Поиск
Список
Период
Сортировка
От Liam Stewart
Тема DatabaseMetaData patch
Дата
Msg-id 20010817155938.D25048@redhat.com
обсуждение исходный текст
Ответы Re: DatabaseMetaData patch
Список pgsql-patches
Here is a small patch for the DatabaseMetaData class (both jdbc1 and
jdbc2) that gets the unimplemented methods that should return a
ResultSet to throw an SQLException -- correct according the JDBC API.
They used to return null. Also the getTypeInfo method will throw an
SQLException if the ExecSQL call returns null.

Liam

--
Liam Stewart :: Red Hat Canada, Ltd. :: liams@redhat.com

Вложения

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

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: encoding names
Следующее
От: Mikhail Terekhov
Дата:
Сообщение: Re: [HACKERS] Re: WIN32 errno patch