mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
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:
parent
082e1c7b95
commit
bb0db45302
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user