提交 5feca64f authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 8366ad61
......@@ -1145,6 +1145,7 @@ Hypersonic SQL or HSQLDB. H2 is built from scratch.
</li><li>Data compression for in-memory database
</li><li>Trace: write os, file system, vm,... when opening the database
</li><li>Trace: write dangerous operations (set log 0,...) in every case (including when opening the database)
</li><li>ParameterMetaData should return correct data type where possible (INSERT for example)
</li></ul>
<h3>Not Planned</h3>
......
......@@ -54,7 +54,7 @@ public class SysProperties {
public static final int DEFAULT_LOCK_MODE = getIntSetting("h2.defaultLockMode", Constants.LOCK_MODE_READ_COMMITTED);
public static boolean runFinalize = getBooleanSetting("h2.runFinalize", true);
public static String scriptDirectory = getStringSetting("h2.scriptDirectory", "");
public static String baseDir = getStringSetting("h2.baseDir", null);
private static String baseDir = getStringSetting("h2.baseDir", null);
public static boolean multiThreadedKernel = getBooleanSetting("h2.multiThreadedKernel", false);
public static boolean lobCloseBetweenReads = getBooleanSetting("h2.lobCloseBetweenReads", false);
// TODO: also remove DataHandler.allocateObjectId, createTempFile when setting this to true and removing it
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论