pgsql-server/src/interfaces/jdbc/org/postgresq ...

Started by Nonameover 23 years ago1 messagescomitters
Jump to latest
#1Noname
barry@postgresql.org

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: barry@postgresql.org 03/02/04 05:09:32

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

Log message:
Two patches from Kris Jurka. One fixes a problem with incorrect type for double
and the other fixes a NPE in Statement.toString() under some circumstances.
The second patch was originally submitted by Oliver Jowett and updated by Kris