提交 6ba65cf1 编写于 作者: K kshefov

8066188: BaseRowSet returns the wrong default value for escape processing

Reviewed-by: alanb, lancea
Contributed-by: maxim.soloviev@oracle.com
上级 7d1dcd7c
......@@ -461,7 +461,7 @@ public abstract class BaseRowSet implements Serializable, Cloneable {
* <code>false</code> that it is not. The default is <code>true</code>.
* @serial
*/
private boolean escapeProcessing;
private boolean escapeProcessing = true;
/**
* A constant indicating the isolation level of the connection
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册