Hi,
I've got PSQLException "Conversion of interval failed"
throwned when trying to read an interval larger than
100 hours (101:12:00) into a PGInterval object.
It was running fine with the build 312 jdbc3 driver.
Here is the line of code which cause the error:
PGInterval interval = (PGInterval) resultset.getObject(1);
I am running PostgreSQL 8.1 beta2 on Windows 2000.
Thanks
Jean-Pierre Pelletier
e-djuster