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

Documentation.

上级 e3721335
......@@ -18,8 +18,14 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>Server mode: the number of CLOB / BLOB values that were cached on the server
is now 5 times the SERVER_RESULT_SET_FETCH_SIZE (which is 100 by default).
<ul><li>Lukas Eder has updated the jOOQ documentation.
</li><li>Some nested joins could not be executed, for example:
select * from (select * from (select * from a) a right join b b) c;
</li><li>MS SQL Server compatibility: ISNULL is now an alias for IFNULL.
</li><li>Terrence Huang has completed the translation of the H2 Console tool to Chinese. Thanks a lot!
</li><li>Server mode: the number of CLOB / BLOB values that were cached on the server
is now the maximum of: 5 times the SERVER_RESULT_SET_FETCH_SIZE (which is 100 by default),
and SysProperties.SERVER_CACHED_OBJECTS.
</li><li>In the trace file, the query execution time was incorrect in some cases, specially
for the statement SET TRACE_LEVEL_FILE 2.
</li><li>The feature LOG_SIZE_LIMIT that was introduced in version 1.3.165 did not always work
......
......@@ -90,7 +90,8 @@ Java implementations (such as Swing) are not used, or only used for optional fea
Many thanks for those who reported bugs, gave valuable feedback,
spread the word, and translated this project. Also many thanks to the donors:
</p>
<ul><li><a href="http://www.codelutin.com">Code Lutin, France</a>
<ul><li>Martin Wildam, Austria
</li><li><a href="http://www.codelutin.com">Code Lutin, France</a>
</li><li><a href="http://www.code42.com">Code 42 Software, Inc., Minneapolis</a>
</li><li><a href="http://www.netsuxxess.de">NetSuxxess GmbH, Germany</a>
</li><li><a href="http://pokercopilot.com">Poker Copilot, Steve McLeod, Germany</a>
......@@ -99,7 +100,6 @@ spread the word, and translated this project. Also many thanks to the donors:
</li><li><a href="http://www.stockmarketeye.com">StockMarketEye, USA</a>
</li><li><a href="http://www.eckenfelder.de">Eckenfelder GmbH & Co.KG, Germany</a>
</li><li>Alessio Jacopo D'Adamo, Italy
</li><li>Martin Wildam, Austria
</li><li>Ashwin Jayaprakash, USA
</li><li>Donald Bleyl, USA
</li><li>Frank Berger, Germany
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论