From: Peter Eisentraut Date: Mon, 9 Jul 2001 16:59:50 +0000 (+0000) Subject: postgresql.badint property name was probably meant to be X-Git-Tag: REL7_2_BETA1~903 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb0db4530279da3cd01c4db84a604220234cd4b0;p=postgresql postgresql.badint property name was probably meant to be postgresql.res.badint, since that's the name in the properties file. --- diff --git a/src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java b/src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java index bfbded0f01..47939a4810 100644 --- a/src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java +++ b/src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java @@ -258,7 +258,7 @@ public class ResultSet extends org.postgresql.ResultSet implements java.sql.Resu { return Integer.parseInt(s); } catch (NumberFormatException e) { - throw new PSQLException ("postgresql.badint",s); + throw new PSQLException ("postgresql.res.badint",s); } } return 0; // SQL NULL