提交 1bcaf237 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 0f0bf0cc
......@@ -18,7 +18,10 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>The Shell tool can now enable, disable, and display the current autocommit mode.
<ul><li>H2 Console: improved autocomplete feature (also simplified the source code for this feature).
</li><li>The DbStarter servlet context listener now starts the server before opening a connection,
so that connecting using the server mode works.
</li><li>The Shell tool can now enable, disable, and display the current autocommit mode.
</li><li>There is a limitation in the cluster mode:
The SQL statement SET AUTOCOMMIT FALSE doesn't work.
To disable autocommit, the method Connection.setAutoCommit(false) needs to be called.
......
......@@ -49,6 +49,7 @@ It is tested with Java 1.5 and 1.6 but can also be compiled to native code using
The source code does not use features of Java 1.6. Currently, the database is
developed and tested on Windows XP and Mac OS X using the Sun JDK 1.6, but it also
works in many other operating systems and using other Java runtime environments.
All major operating systems (Windows XP, Windows Vista, Windows 7, Mac OS, Ubuntu,...) are supported.
</p>
<h2 id="installing">Installing the Software</h2>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论