提交 5827989e 编写于 作者: L LonwoLonwo

#10239 case MySQL Unsigned SMALLINT type added

上级 2b9c7812
......@@ -379,6 +379,8 @@ public class JDBCNumberValueHandler extends JDBCAbstractValueHandler implements
case Types.INTEGER:
return Long.class;
case Types.SMALLINT:
//Workaround for MySQL Unsigned SMALLINT #10239
return Integer.class;
case Types.TINYINT:
return Short.class;
case Types.BIT:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册