pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...

From: barry(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...
Date: 2001-12-11 04:48:05
Message-ID: 200112110448.fBB4m5J24966@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: barry(at)postgresql(dot)org 01/12/10 23:48:05

Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1: ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc2: ResultSet.java

Log message:
Applied patch from Thomas O'Dowd that fixes timestamp parsing. The jdbc code
wasn't updated to handle more than two decimal digits for fractional seconds
that now are possible in 7.2. This patch fixes the timestamp parsing logic.
I have built and tested on both jdbc1 and jdbc2.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2001-12-11 10:40:01 Re: pgsql/doc/src/sgml Makefile cvs.sgml datatype. ...
Previous Message barry 2001-12-11 04:44:23 pgsql/src/interfaces/jdbc/org/postgresql Conne ...