Re: [JDBC] Timezones and time/timestamp values in FE/BE protocol

2001-09-12 Thread Rene Pijlman
On Sun, 09 Sep 2001 23:43:36 +0200, I wrote: >I'm looking at the 4 remaining failures of our own JDBC test >suite. They all have to do with timestamps and times FYI, Liam mailed me that he will soon post a patch for this. Regards, René Pijlman <[EMAIL PROTECTED]> ---(end

Re: [JDBC] Patch for doc/jdbc.sgml

2001-09-12 Thread Bruce Momjian
Patch applied. Thanks. > Hello, > > Attached patch is correction for 'doc/jdbc.sgml' of PostgreSQL 7.1.3. > > Correction content: > * I revised a mistake of type (copy and paste). > * I revised multiplicity of description. > > Please review, > > -- > Ryouichi Matsuda [ Attachment, skip

Re: [JDBC] Proposals for jdbc.sgml(in 7.1.3 doc)

2001-09-12 Thread Bruce Momjian
Thanks. I am attaching the patch I applied. > Hello, > > Followings are proposed fixes to jdbc.sgml(line numbers are for 7.1.3 > doc). Comments? > > jdbc.sgml > > [invalid column's name in a SELECT statement] > > lines 579 > > x PreparedStatement ps = con.prepareStatement("SELECT oid FROM

Re: [JDBC] A proposal for jdbc.sgml(in 7.1.3 doc)

2001-09-12 Thread Bruce Momjian
Change applied. Thanks. > Hello, > > Following is an proposed fix to jdbc.sgml(line numbers are > for 7.1.3 doc). Comments? > > [using an undefined method of ResultSet] > > lines 564 > > x InputStream is = rs.getBinaryInputStream(1); > > o InputStream is = rs.getBinaryStream(1); > > >