Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb0db45

Browse files
committed
postgresql.badint property name was probably meant to be
postgresql.res.badint, since that's the name in the properties file.
1 parent082e1c7 commitbb0db45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public int getInt(int columnIndex) throws SQLException
258258
{
259259
returnInteger.parseInt(s);
260260
}catch (NumberFormatExceptione) {
261-
thrownewPSQLException ("postgresql.badint",s);
261+
thrownewPSQLException ("postgresql.res.badint",s);
262262
}
263263
}
264264
return0;// SQL NULL

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp