Re: [BUGS] My Bug report: JDBC-Driver produces wrong output.]

2000-11-04 Thread Bruce Momjian
I think this is fixed in the current cvs tree. Can you grab a snapshot ftp file and let me know. If not, can I get a contect diff. Thanks. > Hi, > > I had a look over the JDBC-Driver and was able to remove the bug. It seems, > that the formatting of the timestamp caused the malfunction. I'd

[BUGS] My Bug report: JDBC-Driver produces wrong output.

2000-11-02 Thread Jan Thomae
Hi, I had a look over the JDBC-Driver and was able to remove the bug. It seems, that the formatting of the timestamp caused the malfunction. I'd like to send you my modifications, since you might be interested in them: File: ResultSet.java Directory: src/interfaces/jdbc/org/postgresql/jdbc2