Re: [BUGS] JDBC timestamp does not understand [-]infinity

2002-08-27 Thread Bruce Momjian
This code doesn't exist in the jdbc driver anymore. They must have already fixed it. --- Dmitry Tkach wrote: > The attached patch fixes 'Bad Timestamp format' exception when timestamp value is >'ininity' or '-ininity'. >

[BUGS] JDBC timestamp does not understand [-]infinity

2002-07-23 Thread Dmitry Tkach
The attached patch fixes 'Bad Timestamp format' exception when timestamp value is 'ininity' or '-ininity'. I hope, it helps... Dima. Index: AbstractJdbc1ResultSet.java === RCS file: /projects/cvsroot/pgsql/src/interfaces/jdbc/org/