提交 191bd1ec authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 5bf492d1
......@@ -35,6 +35,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Deprecate the encryption algorithm XTEA.
</li><li>Sort order for byte arrays: currently x'99' is smaller than x'09', which is unexpected. Change if possible.
</li><li>Remove support for the old-style outer join syntax using "(+)" because it is buggy.
</li><li>Change license to MPL 2.0.
</li></ul>
<h2>Priority 1</h2>
......
......@@ -1376,7 +1376,7 @@ Use the following configuration to start and stop the H2 TCP server using the Sp
factory-method="createTcpServer"
init-method="start"
destroy-method="stop"&gt;
&lt;constructor-arg value="-tcp,-tcpAllowOthers,true,-tcpPort,8043" /&gt;
&lt;constructor-arg value="-tcp,-tcpAllowOthers,-tcpPort,8043" /&gt;
&lt;/bean&gt;
</pre>
<p>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论