Patch to extend the tests for setObject with Date/Time/Timezone

Поиск
Список
Период
Сортировка
От Kim Ho
Тема Patch to extend the tests for setObject with Date/Time/Timezone
Дата
Msg-id 1057853011.2081.119.camel@topanga.toronto.redhat.com
обсуждение исходный текст
Список pgsql-jdbc
Is attached.

Added with this patch:
In Date test:
 - Tests for setObject(1, x, java.sql.Types.DATE)
where x can be a java.sql.Date, java.sql.Timestamp, or String

In Time test:
 - Tests for setObject(1, x, java.sql.Types.TIME)
where x can be a java.sql.Time, java.sql.Timestamp, or String

In Timestamp test:
 - Tests for setObject(1, x, java.sql.Types.TIMESTAMP)
where x can be a java.sql.Timestamp, java.sql.Date, java.sql.Time, or
String

*by String, I mean a string with and without timezones. Except in
timestamp test, where the timezone tests are separated explicitly.

Comments/suggestions welcome.

Cheers,

Kim

Вложения

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

Предыдущее
От: Erik Price
Дата:
Сообщение: Re: Information needed
Следующее
От: Jochem van Dieten
Дата:
Сообщение: Re: Strange exception opening JDBC connection