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

--no commit message

--no commit message
上级 9eb3860f
......@@ -1127,6 +1127,7 @@ Hypersonic SQL or HSQLDB. H2 is built from scratch.
</li><li>Read-only sessions (Connection.setReadOnly)
</li><li>Support compatibility for jdbc:hsqldb:res:
</li><li>In the MySQL and PostgreSQL, use lower case identifiers by default (DatabaseMetaData.storesLowerCaseIdentifiers = true)
</li><li>Data compression for in-memory database
</li></ul>
<h3>Not Planned</h3>
......
......@@ -23,6 +23,8 @@ public class TestMVCC {
// TODO Prio 2: getFirst / getLast in MultiVersionIndex
// TODO Prio 2: Support snapshot isolation (currently read-committed, not repeatable read)
// TODO test: one thread appends, the other selects new data (select * from test where id > ?) and deletes
System.setProperty("h2.mvcc", "true");
DeleteDbFiles.execute(null, "test", true);
Class.forName("org.h2.Driver");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论