提交 962120e2 authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting

上级 474fa6a2
...@@ -59,7 +59,7 @@ public class TransactionStore { ...@@ -59,7 +59,7 @@ public class TransactionStore {
private final DataType dataType; private final DataType dataType;
private final BitSet openTransactions = new BitSet(); private final BitSet openTransactions = new BitSet();
private boolean init; private boolean init;
private int maxTransactionId = 0xffff; private int maxTransactionId = 0xffff;
......
...@@ -165,7 +165,7 @@ public class TriggerObject extends SchemaObjectBase { ...@@ -165,7 +165,7 @@ public class TriggerObject extends SchemaObjectBase {
triggerCallback.fire(c2, null, null); triggerCallback.fire(c2, null, null);
} catch (Throwable e) { } catch (Throwable e) {
throw DbException.get(ErrorCode.ERROR_EXECUTING_TRIGGER_3, e, getName(), throw DbException.get(ErrorCode.ERROR_EXECUTING_TRIGGER_3, e, getName(),
triggerClassName != null ? triggerClassName : "..source..", e.toString()); triggerClassName != null ? triggerClassName : "..source..", e.toString());
} finally { } finally {
session.setLastScopeIdentity(identity); session.setLastScopeIdentity(identity);
if (type != Trigger.SELECT) { if (type != Trigger.SELECT) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论