提交 17194a11 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 4e229016
......@@ -18,8 +18,10 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul>
<li>Support for database paths with backslashes on non Windows systems.
<ul><li>Support for database paths with backslashes on non Windows systems.
</li><li>The NIO cleaner hack wasn't working as expected, because the clear method was called
instead of the clean method. This has been fixed. Please note this hack is not enabled by default,
to try it you need to set the system property "h2.nioCleanerHack" to true.
</li><li>Improved MS SQL Server and MySQL compatibility: support DELETE with TOP or LIMIT.
</li><li>Support for COSH, SINH, and TANH functions.
</li><li>Support for the % operator (modulo) thanks to Noel Grandin.
......
......@@ -38,6 +38,8 @@ There is a license FAQ for both the MPL and the EPL, most of that is applicable
</li><li>Files containing only your code are not covered by this license (it is 'commercial friendly').
</li><li>Modifications to the H2 source code must be published.
</li><li>You don't need to provide the source code of H2 if you did not modify anything.
</li><li>If you distribute a binary that includes H2, you need to add a disclaimer of liability
(as you should do for your own code) and a notice or link about where to get the H2 source code.
</li></ul>
<p>
......
......@@ -1651,7 +1651,7 @@ public class ErrorCode {
/**
* The error with code <code>90120</code> is thrown when
* trying to drop a domain that doesn't exists.
* trying to drop a domain that doesn't exist.
* Example:
* <pre>
* DROP DOMAIN UNKNOWN;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论