| From: | Bruce Momjian - CVS <momjian(at)hub(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ... |
| Date: | 2001-05-30 16:34:50 |
| Message-ID: | 200105301634.f4UGYon67762@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/05/30 12:34:49
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc2: ResultSet.java
Log message:
I just got bitten by this too. I use type timestamp in the
database, and often need the latest timestamp, but want to
format it as a date. With 7.0.x, I just
select ts from foo order by ts desc limit 1
and in java: d = res.getDate(1);
but this fails everywhere in my code now :(
http://java.sun.com/j2se/1.3/docs/guide/jdbc/spec/jdbc-spec.frame7.html
says
The ResultSet.getXXX methods will attempt to
convert whatever SQL type was returned by the
database to whatever Java type is returned by
the getXXX method.
Palle Girgensohn
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian - CVS | 2001-05-30 18:08:25 | pgsql/src/bin/pgaccess/lib mainlib.tcl |
| Previous Message | Bruce Momjian - CVS | 2001-05-30 15:37:38 | pgsql/src/bin/pgaccess/lib tables.tcl |