提交 45234fea authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 255c2d62
...@@ -18,7 +18,8 @@ Change Log ...@@ -18,7 +18,8 @@ Change Log
<h1>Change Log</h1> <h1>Change Log</h1>
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>CompressLZF: faster decompression. <ul><li>Slightly improved performance if the table is already locked.
</li><li>CompressLZF: faster decompression.
</li><li>PgServer: the wrong size was sent for VARCHAR data. Thanks again to Sergi Vladykin for the patch. </li><li>PgServer: the wrong size was sent for VARCHAR data. Thanks again to Sergi Vladykin for the patch.
</li></ul> </li></ul>
......
...@@ -32,6 +32,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -32,6 +32,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
<ul> <ul>
<li>Bugfixes <li>Bugfixes
</li><li>Issue 157: Support large inserts and updates (use the transaction log for rollback). </li><li>Issue 157: Support large inserts and updates (use the transaction log for rollback).
Problems: Session.commit (rows), cache, undoLog.
</li><li>More tests with MULTI_THREADED=1 </li><li>More tests with MULTI_THREADED=1
</li><li>Optimization: result set caching (like MySQL); option to disable </li><li>Optimization: result set caching (like MySQL); option to disable
</li><li>Server side cursors </li><li>Server side cursors
...@@ -470,6 +471,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -470,6 +471,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Implement GiST (Generalized Search Tree for Secondary Storage). </li><li>Implement GiST (Generalized Search Tree for Secondary Storage).
</li><li>Function to read a number of bytes/characters from an BLOB or CLOB. </li><li>Function to read a number of bytes/characters from an BLOB or CLOB.
</li><li>Issue 156: Support SELECT ? UNION SELECT ?. </li><li>Issue 156: Support SELECT ? UNION SELECT ?.
</li><li>Automatic mixed mode: support a port range list (to avoid firewall problems)
</li></ul> </li></ul>
<h2>Not Planned</h2> <h2>Not Planned</h2>
......
...@@ -299,7 +299,7 @@ java org.h2.test.TestAll timer ...@@ -299,7 +299,7 @@ java org.h2.test.TestAll timer
/* /*
performance: ensure array bound checking optimization: Data MVCCIndexCorruptedTest
power failure test: larger binaries and additional indexes power failure test: larger binaries and additional indexes
(with many columns). (with many columns).
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论