postgresql.badint property name was probably meant to be

postgresql.res.badint, since that's the name in the properties file.
This commit is contained in:
Peter Eisentraut 2001-07-09 16:59:50 +00:00
parent 082e1c7b95
commit bb0db45302

View File

@ -258,7 +258,7 @@ public class ResultSet extends org.postgresql.ResultSet implements java.sql.Resu
{ {
return Integer.parseInt(s); return Integer.parseInt(s);
} catch (NumberFormatException e) { } catch (NumberFormatException e) {
throw new PSQLException ("postgresql.badint",s); throw new PSQLException ("postgresql.res.badint",s);
} }
} }
return 0; // SQL NULL return 0; // SQL NULL