提交 7b662af8 authored 作者: Thomas Mueller's avatar Thomas Mueller

The H2 Console now stream results one statement / result set at a time.

上级 51343390
...@@ -171,6 +171,12 @@ public class SysProperties { ...@@ -171,6 +171,12 @@ public class SysProperties {
*/ */
public static final String CLIENT_TRACE_DIRECTORY = getStringSetting("h2.clientTraceDirectory", "trace.db/"); public static final String CLIENT_TRACE_DIRECTORY = getStringSetting("h2.clientTraceDirectory", "trace.db/");
/**
* System property <code>h2.consoleStream</code> (default: true).<br />
* H2 Console: stream query results.
*/
public static final boolean CONSOLE_STREAM = getBooleanSetting("h2.consoleStream", true);
/** /**
* System property <code>h2.defaultEscape</code> (default: \).<br /> * System property <code>h2.defaultEscape</code> (default: \).<br />
* The default escape character for LIKE comparisons. To select no escape * The default escape character for LIKE comparisons. To select no escape
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论