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

add SQL statement to the exception

上级 8c6b5919
...@@ -231,6 +231,7 @@ public abstract class Command implements CommandInterface { ...@@ -231,6 +231,7 @@ public abstract class Command implements CommandInterface {
} }
} }
} catch (SQLException e) { } catch (SQLException e) {
Message.addSQL(e, sql);
database.exceptionThrown(e, sql); database.exceptionThrown(e, sql);
database.checkPowerOff(); database.checkPowerOff();
if (e.getErrorCode() == ErrorCode.DEADLOCK_1) { if (e.getErrorCode() == ErrorCode.DEADLOCK_1) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论