RE: 7.0.1 is ready

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'Bruce Momjian'" <pgman(at)candle(dot)pha(dot)pa(dot)us>, Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: 7.0.1 is ready
Date: 2000-06-06 06:55:58
Message-ID: 1B3D5E532D18D311861A00600865478CF1AEA0@EXCHANGE1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Argh, I've still not got the hang of applying to a tree yet. It's in the
main development tree.

In both the org/postgresql/jdbc1/ResultSet.java and
org/postgresql/jdbc2/ResultSet.java files, the method getTimestamp() has a
line setting a SimpleDateFormat. It should read:

SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");

Peter

> -----Original Message-----
> From: Bruce Momjian [SMTP:pgman(at)candle(dot)pha(dot)pa(dot)us]
> Sent: Thursday, June 01, 2000 5:29 PM
> To: Peter Mount
> Cc: PostgreSQL-development
> Subject: Re: [HACKERS] 7.0.1 is ready
>
> Peter, I do not see these patches applied in the REL7_0_PATCHES tree.
> If you went to send me a patch, I can apply it into the tree.
>
> [ Charset ISO-8859-1 unsupported, converting... ]
> > Bruce, some more additions:
> >
> > JDBC ResultSet.getTimestamp() fix (Gregory Krasnow & Floyd Marinescu)
> >
> > Peter
> >
> > --
> > Peter Mount
> > Enterprise Support
> > Maidstone Borough Council
> > Any views stated are my own, and not those of Maidstone Borough Council.
>
> >
>
>
> --
> Bruce Momjian | http://www.op.net/~candle
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-hackers by date

  From Date Subject
Next Message SAKAIDA Masaaki 2000-06-06 07:24:11 Re: ecpg enhance patch
Previous Message Philip Warner 2000-06-06 04:41:35 Re: AW: New warning code for missing FROM relations