提交 94395e1a authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 f941b74a
...@@ -21,6 +21,12 @@ H2 Database Engine ...@@ -21,6 +21,12 @@ H2 Database Engine
<a href="http://www.h2database.com/h2-2007-12-02.zip">Platform-Independent Zip</a><br /> <a href="http://www.h2database.com/h2-2007-12-02.zip">Platform-Independent Zip</a><br />
</p> </p>
<h3>Version 1.0.63 (2007-12-02, Last Stable)</h3>
<p>
<a href="http://www.h2database.com/h2-setup-2007-12-02.exe">Windows Installer</a><br />
<a href="http://www.h2database.com/h2-2007-12-02.zip">Platform-Independent Zip</a><br />
</p>
<h3>Download Mirror and Older Versions</h3> <h3>Download Mirror and Older Versions</h3>
<p> <p>
<a href="http://code.google.com/p/h2database/downloads/list">Platform-Independent Zip</a><br /> <a href="http://code.google.com/p/h2database/downloads/list">Platform-Independent Zip</a><br />
......
...@@ -115,20 +115,21 @@ That is not easy to say. It is still a quite new product. A lot of tests have be ...@@ -115,20 +115,21 @@ That is not easy to say. It is still a quite new product. A lot of tests have be
and the code coverage of these tests is very high. Randomized stress tests and the code coverage of these tests is very high. Randomized stress tests
are run regularly. But as this is a relatively new product, there are probably are run regularly. But as this is a relatively new product, there are probably
some problems that have not yet been found. some problems that have not yet been found.
Areas that are not 100% tested: Areas that are not fully tested:
</p> </p>
<ul> <ul>
<li>Platforms other than Windows XP and the Sun JVM 1.4 and 1.5 <li>Platforms other than Windows XP and the Sun JVM 1.4 and 1.5
</li><li>Data types BLOB, CLOB, VARCHAR_IGNORECASE, OTHER </li><li>The MVCC (multi version concurrency) mode
</li><li>Cluster mode, 2-Phase Commit, Savepoints </li><li>Cluster mode, 2-Phase Commit, Savepoints
</li><li>Server mode (well tested, but not as well as Embedded mode)
</li><li>Multi-Threading and using multiple connections </li><li>Multi-Threading and using multiple connections
</li><li>24/7 operation and large databases (500 MB and up)
</li><li>Updatable result sets </li><li>Updatable result sets
</li><li>Referential integrity and check constraints, Triggers </li><li>Referential integrity and check constraints, Triggers
</li><li>ALTER TABLE statements, Views, Linked Tables, Schema, UNION </li><li>ALTER TABLE statements, Views, Linked Tables, Schema, UNION
</li><li>Not all built-in functions are completely tested </li><li>Not all built-in functions are completely tested
</li><li>The Optimizer may not always select the best plan </li><li>The Optimizer may not always select the best plan
</li><li>24/7 operation and large databases (500 MB and up) </li><li>Data types BLOB, CLOB, VARCHAR_IGNORECASE, OTHER
</li><li>Server mode (well tested, but not as well as Embedded mode)
</li><li>Wide indexes with large VARCHAR or VARBINARY columns and / or with a lot of columns </li><li>Wide indexes with large VARCHAR or VARBINARY columns and / or with a lot of columns
</li></ul> </li></ul>
...@@ -136,10 +137,10 @@ Areas that are not 100% tested: ...@@ -136,10 +137,10 @@ Areas that are not 100% tested:
Areas considered Experimental: Areas considered Experimental:
</p> </p>
<ul> <ul>
<li>ODBC driver and the GCJ native version on Windows <li>The PostgreSQL server
</li><li>Linear Hash Index </li><li>Linear Hash Index
</li><li>Compatibility modes for other databases (only some features are implemented) </li><li>Compatibility modes for other databases (only some features are implemented)
</li><li>The ARRAY data type and related functionality. </li><li>The ARRAY data type and related functionality
</li></ul> </li></ul>
<br /><a name="gcj"></a> <br /><a name="gcj"></a>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论