提交 3286204a authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 3b060810
...@@ -18,7 +18,9 @@ Change Log ...@@ -18,7 +18,9 @@ Change Log
<h1>Change Log</h1> <h1>Change Log</h1>
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>When using the built-in connection pool, after calling the "shutdown" SQL statement, <ul><li>Improved performance for large databases (many GB), and databases with a small page size.
</li><li>The Polish translation has been improved by Jaros&#322;aw Kokoci&#324;ski.
</li><li>When using the built-in connection pool, after calling the "shutdown" SQL statement,
a warning was written to the .trace.db file about an unclosed connection. a warning was written to the .trace.db file about an unclosed connection.
</li><li>Improved compatibility for "fetch first / next row(s)". Thanks a lot to litailang for the patch! </li><li>Improved compatibility for "fetch first / next row(s)". Thanks a lot to litailang for the patch!
</li><li>Improved compatibility with the Java 7 FileSystem abstraction. </li><li>Improved compatibility with the Java 7 FileSystem abstraction.
......
...@@ -97,10 +97,7 @@ public class DbSettings extends SettingsBase { ...@@ -97,10 +97,7 @@ public class DbSettings extends SettingsBase {
/** /**
* Database setting <code>DROP_RESTRICT</code> (default: true).<br /> * Database setting <code>DROP_RESTRICT</code> (default: true).<br />
* Whether the default action for DROP TABLE and DROP VIEW is RESTRICT. For * Whether the default action for DROP TABLE and DROP VIEW is RESTRICT.
* most databases, the default action is RESTRICT, but for compatibility
* with older versions of H2 the default action is currently CASCADE. This will
* change in a future version of H2.
*/ */
public final boolean dropRestrict = get("DROP_RESTRICT", true); public final boolean dropRestrict = get("DROP_RESTRICT", true);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论