提交 40c6ecf3 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 f4896472
......@@ -18,7 +18,14 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>Deleting rows in the trigger table inside a trigger could result in a NullPointerException.
<ul><li>Improved error detection when starting a server with invalid arguments,
such as "-tcpPort=9091" or "-tcpPort 9091" (as one parameter) instead of "-tcpPort", "9091".
</li><li>The function JAVADECODE ignored characters after a non-escaped double quote.
This is no longer the case.
</li><li>The new CSV option feature introduced in version 1.3.150 didn't support spaces.
Now the escape mechanism is changed to support it.
</li><li>The pseudo-column "_ROWID_" now supports insert, update, and merge (only enabled for version 1.3.x).
</li><li>Deleting rows in the trigger table inside a trigger could result in a NullPointerException.
</li></ul>
<h2>Version 1.3.151 Beta (2011-02-12)</h2>
......
......@@ -556,6 +556,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Compatibility with IBM DB2: CREATE PROCEDURE.
</li><li>Compatibility with IBM DB2: SQL cursors.
</li><li>Single-column primary key values are always stored explicitly. This is not required.
</li><li>Compatibility with MySQL: support CREATE TABLE TEST(NAME VARCHAR(255) CHARACTER SET UTF8).
</li></ul>
<h2>Not Planned</h2>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论