提交 304a8398 编写于 作者: S serge-rider

Use scrollable resulsets only when offset > 0


Former-commit-id: 0ceca780
上级 8ce04fc1
......@@ -1299,7 +1299,7 @@ public final class DBUtils {
}
}
boolean doScrollable = hasLimits;
boolean doScrollable = (offset > 0);
String queryText;
try {
if (hasLimits && limitTransformer != null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册