提交 0157d89a 编写于 作者: T tuohai666

rework for comment No.2

上级 074d5f84
......@@ -76,7 +76,6 @@ public final class ComStmtExecutePacket extends CommandPacket {
for (int i = 0; i < numParameters; i++) {
ColumnType columnType = ColumnType.valueOf(parameters.get(i * 2));
int unsignedFlag = parameters.get(i * 2 + 1);
// TODO add more types
if (columnType == ColumnType.MYSQL_TYPE_LONG) {
preparedStatementParameters.add(new PreparedStatementParameter(columnType, unsignedFlag, String.valueOf(mysqlPacketPayload.readInt4())));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册