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

From: davec(at)postgresql(dot)org (Dave Cramer)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...
Date: 2002-03-05 03:29:31
Message-ID: 20020305032931.8C88F4759E2@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: davec(at)postgresql(dot)org 02/03/04 22:29:31

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

Log message:
Patch from Ryouichi Matsuda
An attached patch corrects problem of this bug and fractional second.

The handling of time zone was as follows:

(a) with time zone
using SimpleDateFormat("yyyy-MM-dd HH:mm:ss z")
(b) without time zone
using SimpleDateFormat("yyyy-MM-dd HH:mm:ss")

About problem of fractional second,
Fractional second was changed from milli-second to nano-second

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-03-05 03:32:12 pgsql/doc TODO
Previous Message Dave Cramer 2002-03-05 03:02:58 pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...