提交 68d7ff3f authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting, javadocs.

上级 b3e01df0
......@@ -50,8 +50,8 @@ Change Log
</li><li>Add a CONTAINS_UNCOMMITTED column to the SESSIONS metadata table, to allow detecting when rogue
sessions are creating large transactions.
</li><li>Some small fixes to the GEOMETRY support, patches by Nicolas Fortin.
</li><li>When the H2 parser fails to parse a SQL statement, throw a more specific exception that
contains extra information to make it possible for smart editors to do autocomplete. Patch from Nicolas Fortin.
</li><li>The BNF tool and the autocomplete feature are exported in OSGi,
which makes it possible for smart editors to do autocomplete. Patch from Nicolas Fortin.
</li><li>Fix DROP ALL OBJECTS and DROP SCHEMA in the presence of tables with computed column dependencies.
</li><li>Session-temporary LOB's could sometimes accumulate, increasing the size of the DB file until shutdown.
Now they are cleared out at every commit.
......
......@@ -450,13 +450,11 @@ This is work in progress. To try it out, append
<code>;MV_STORE=TRUE</code>
to the database URL. In general, functionality and performance should be
similar than the current default storage engine (the page store).
There are a few features that have not been implemented yet or are not complete:
There are a few features that have not been implemented yet or are not complete,
for example there is still a file named <code>.h2.db</code>,
and the <code>.lock.db</code> file is still used to lock a database
(long term, the plan is to no longer use those files).
</p>
<ul><li>There is still a file <code>.h2.db</code>,
and the <code>.lock.db</code> file is still used to lock a database
(long term, the plan is to no longer use those files).
</li><li>The database file(s) sometimes do not shrink as expected.
</li></ul>
<h2 id="differences">Similar Projects and Differences to Other Storage Engines</h2>
<p>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论