Re: Problems with infinity

Поиск
Список
Период
Сортировка
От Oliver Siegmar
Тема Re: Problems with infinity
Дата
Msg-id 200501141352.02879.o.siegmar@vitrado.de
обсуждение исходный текст
Ответ на Re: Problems with infinity  (Kris Jurka <books@ejurka.com>)
Ответы Re: Problems with infinity
Список pgsql-jdbc
On Friday 14 January 2005 13:29, Kris Jurka wrote:
> This looks alright for timestamp, but I don't think this is the right
> thing to do for date and time.  The result of getDate should have no hour,

You're right. I thought of java datatypes instead of Postgres datatypes. The
conversion is only needed for timestamp, of course.

> The way to make sure this works (both now and in the future) is to add a
> test or two to the test suite.  See org/postgresql/test/ and
> http://jdbc.postgresql.org/development/intro.html#Test+Suite

I added tests to the main method within TimestampUtils, but I can't run the
test. A simple 'ant test' runs flawlessly without any errors, but it doesn't
do anything -

Buildfile: build.xml

prepare:

check_versions:

check_driver:

driver:

compile:

examples:

jar:

testjar:

runtest:

test:

BUILD SUCCESSFUL
Total time: 1 second



...but no database operations were performed.


Oliver

Вложения

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Problems with infinity
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Problems with infinity