提交 bb0db453 编写于 作者: P Peter Eisentraut

postgresql.badint property name was probably meant to be

postgresql.res.badint, since that's the name in the properties file.
上级 082e1c7b
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册