We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082e1c7 commit bb0db45Copy full SHA for bb0db45
src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java
@@ -258,7 +258,7 @@ public int getInt(int columnIndex) throws SQLException
258
{
259
return Integer.parseInt(s);
260
} catch (NumberFormatException e) {
261
- throw new PSQLException ("postgresql.badint",s);
+ throw new PSQLException ("postgresql.res.badint",s);
262
}
263
264
return 0; // SQL NULL
0 commit comments