*** errors.properties.orig 2004-10-05 14:19:00.000000000 -0300 --- errors.properties 2004-10-05 14:19:33.000000000 -0300 *************** *** 74,80 **** postgresql.prep.zeroinstring:Zero bytes may not occur in string parameters. postgresql.res.badbigdec:Bad BigDecimal {0} postgresql.res.badbyte:Bad Byte {0} ! postgresql.res.baddate:Bad Date Format at {0} in {1} postgresql.res.baddouble:Bad Double {0} postgresql.res.badfloat:Bad Float {0} postgresql.res.badint:Bad Integer {0} --- 74,80 ---- postgresql.prep.zeroinstring:Zero bytes may not occur in string parameters. postgresql.res.badbigdec:Bad BigDecimal {0} postgresql.res.badbyte:Bad Byte {0} ! postgresql.res.baddate:Bad Date Format {0} postgresql.res.baddouble:Bad Double {0} postgresql.res.badfloat:Bad Float {0} postgresql.res.badint:Bad Integer {0} *************** *** 99,105 **** postgresql.stat.result:A result was returned when none was expected. postgresql.stat.multi:Multiple resultsets were returned by the query. postgresql.stmt.wrongstatementtype:Can't use query methods that take a query string on a PreparedStatement. ! postgresql.stmt.closed:This statement has been closed and cannot be used to be used to call getXXX, setXXX, or execute methods postgresql.stream.eof:The backend has broken the connection. Possibly the action you have attempted has caused it to close. postgresql.stream.flush:An I/O error has occured while flushing the output. postgresql.stream.ioerror:An I/O error occured while reading from backend. --- 99,105 ---- postgresql.stat.result:A result was returned when none was expected. postgresql.stat.multi:Multiple resultsets were returned by the query. postgresql.stmt.wrongstatementtype:Can't use query methods that take a query string on a PreparedStatement. ! postgresql.stmt.closed:This statement has been closed and cannot be used to call getXXX, setXXX, or execute methods postgresql.stream.eof:The backend has broken the connection. Possibly the action you have attempted has caused it to close. postgresql.stream.flush:An I/O error has occured while flushing the output. postgresql.stream.ioerror:An I/O error occured while reading from backend.