Re: [Patch] JDBC3 Blob support

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: [Patch] JDBC3 Blob support
Дата
Msg-id Pine.BSO.4.56.0502191512160.18612@leary.csoft.net
обсуждение исходный текст
Ответ на [Patch] JDBC3 Blob support  (Michael Barker <mike@middlesoft.co.uk>)
Ответы Re: [Patch] JDBC3 Blob support  (Michael Barker <mike@middlesoft.co.uk>)
Список pgsql-jdbc

On Sat, 19 Feb 2005, Michael Barker wrote:

> I have attached a patch that provides support for JDBC 3 Blobs for the
> PostgreSQL driver.
>
> JUnit tests are included.  The only method that is not implemented is
> truncate().  I couldn't find a simple efficient method for doing this
> via the LargeObject API.
>

You have not included the unit tests.  What about implemeting these
methods for CLOB at the same time?  They're pretty much identical.

You have included your username and password in build.properties though,
you can put these values in a file called build.local.properties and they
will not show up in diffs.

Kris Jurka

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: DatabaseMetaData.getIndexInfo and function-based indexes
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: How to get generated primary key?