提交 b4799c5e authored 作者: Thomas Mueller's avatar Thomas Mueller

Statement.getGeneratedKeys() returned the wrong value sometimes.

上级 a77d5d5b
...@@ -1390,7 +1390,7 @@ public class JdbcConnection extends TraceObject implements Connection { ...@@ -1390,7 +1390,7 @@ public class JdbcConnection extends TraceObject implements Connection {
} }
ResultInterface getGeneratedKeys() throws SQLException { ResultInterface getGeneratedKeys() throws SQLException {
getGeneratedKeys = prepareCommand("CALL IDENTITY()", getGeneratedKeys); getGeneratedKeys = prepareCommand("CALL SCOPE_IDENTITY()", getGeneratedKeys);
return getGeneratedKeys.executeQuery(0, false); return getGeneratedKeys.executeQuery(0, false);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论