Re: [JDBC] JDBC Timestamp problem

2001-02-22 Thread Jeff Hoffmann
Antonio Fiol wrote: Hello, I have an application that worked well woth Postgresql 6.5. Now I am on 7.0, and I get this exception when I execute an rs.getTimestamp("reftime"): Bad Timestamp Format at 0 in 1970-01-01 01:26:56.99+01 at

[Fwd: [JDBC] JDBC Timestamp problem]

2001-02-22 Thread Antonio Fiol
Sorry, I sent the message to Peter only... Yes, there's been a lot of problems with timestamps, mainly where it was getting confused with timezone/millisecond variations. 99% of these have been fixed in the 7.1 driver. (I say 99% as there is bound to be a senario we've missed out ;-) )

[JDBC] Re: [Fwd: JDBC Timestamp problem]

2001-02-22 Thread Joseph Shraibman
jdbc version don't follow postgres versions, so the jdbc drivers from the 7.1 codebase should work with a 7.0 server. Provided there aren't any bugs in those jdbc drivers, of course. Why are you using 7.0 when 7.0.3 is out? I think some of the timestamp problems were fixed in 7.0.3. Antonio

[JDBC] Re: [HACKERS] Open 7.1 items

2001-02-22 Thread Philip Warner
At 02:17 30/01/01 +0900, Tatsuo Ishii wrote: Ok. I have made patches for fixing some of pg_dump problems(see attached patches). The patches address the problem with user defined functions, operators and aggregates. These have now been applied with minor modifications. Thanks. BTW, are you