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

Documentation.

上级 1c46c372
......@@ -18,7 +18,12 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>The SCRIPT command and tool now uses the default file encoding
<ul><li>In some cases (specially when using a small cache size or a large database over 1 GB) for some
operations like ALTER TABLE the data was written before the transaction log entries, which could cause a corrupt database
if the process was killed during the ALTER TABLE operation. Thanks a lot to Victor Pyankov for helping solve this problem!
</li><li>The Recover tool could throw a ArrayIndexOutOfBoundsException
when trying to recover a corrupt database file.
</li><li>The SCRIPT command and tool now uses the default file encoding
for the system now instead of UTF-8 (as before).
In most cases, this will not affect existing applications, as the encoding
only affects how SQL identifiers (table names and so on) that contain special characters
......
......@@ -126,6 +126,7 @@ spread the word, and translated this project. Also many thanks to the donors:
</li><li>Erik Dick, Germany
</li><li>Pengxiang Shao, China
</li><li>Bilingual Marketing Group, USA
</li><li>Philippe Marschall, Switzerland
</li></ul>
<!-- [close] { --></div></td></tr></table><!-- } --><!-- analytics --></body></html>
......
......@@ -39,10 +39,12 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Enable h2.dropRestrict (default action for DROP is RESTRICT).
Change documentation.
</li><li>Use Lucene 3 by default.
</li><li>For RUNSCRIPT and SCRIPT (commands and tools), use UTF-8 by default.
</li></ul>
<h2>Priority 1</h2>
<ul><li>Bugfixes
</li><li>Test if out of disk space can corrupt a database.
</li><li>More tests with MULTI_THREADED=1
</li><li>Server side cursors
</li></ul>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论