提交 a9259e69 编写于 作者: J jurgen

QM transactions fix

Former-commit-id: 530f7f70
上级 90e4f80d
......@@ -47,6 +47,9 @@ public class QMMSessionInfo extends QMMObject {
this.container = new SoftReference<DBSDataSourceContainer>(context.getDataSource().getContainer());
this.previous = previous;
this.transactional = transactional;
if (transactional) {
this.transaction = new QMMTransactionInfo(this, null);
}
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册