提交 a01a0a1e authored 作者: noelgrandin's avatar noelgrandin

fix for recent feature

上级 fad8a1f5
...@@ -69,6 +69,9 @@ public class TestListener extends TestBase implements DatabaseEventListener { ...@@ -69,6 +69,9 @@ public class TestListener extends TestBase implements DatabaseEventListener {
if (state == lastState && time < last + 1000) { if (state == lastState && time < last + 1000) {
return; return;
} }
if (state == STATE_STATEMENT_START || state == STATE_STATEMENT_END) {
return;
}
if (name.length() > 30) { if (name.length() > 30) {
name = "..." + name.substring(name.length() - 30); name = "..." + name.substring(name.length() - 30);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论