Re: Problems with infinity - Mailing list pgsql-jdbc

From Oliver Siegmar
Subject Re: Problems with infinity
Date
Msg-id 200501141352.02879.o.siegmar@vitrado.de
Whole thread Raw
In response to Re: Problems with infinity  (Kris Jurka <books@ejurka.com>)
Responses Re: Problems with infinity  (Kris Jurka <books@ejurka.com>)
List 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

Attachment

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Problems with infinity
Next
From: Kris Jurka
Date:
Subject: Re: Problems with infinity