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

Documentation.

上级 0cdcb78c
...@@ -1085,14 +1085,12 @@ SET DATABASE_EVENT_LISTENER 'sample.MyListener' ...@@ -1085,14 +1085,12 @@ SET DATABASE_EVENT_LISTENER 'sample.MyListener'
"Commands (Other)","SET DB_CLOSE_DELAY"," "Commands (Other)","SET DB_CLOSE_DELAY","
SET DB_CLOSE_DELAY int SET DB_CLOSE_DELAY int
"," ","
Sets the delay for closing a database if all connections are closed. The value Sets the delay for closing a database if all connections are closed.
-1 means the database is never closed until the close delay is set to some other The value -1 means the database is never closed until the close delay is set to some other value or SHUTDOWN is called.
value or SHUTDOWN is called. The value 0 means no delay (default; the database The value 0 means no delay (default; the database is closed if the last connection to it is closed).
is closed if the last connection to it is closed). Values 1 and larger mean the Values 1 and larger mean the number of seconds the database is left open after closing the last connection.
number of seconds the database is left open after closing the last connection.
If the application exits normally or System.exit is called, the database is closed immediately, even if a delay is set.
If the application exits normally or System.exit is called, the database is
closed immediately, even if a delay is set.
Admin rights are required to execute this command, as it affects all connections. Admin rights are required to execute this command, as it affects all connections.
This command commits an open transaction. This command commits an open transaction.
......
...@@ -19,7 +19,8 @@ Change Log ...@@ -19,7 +19,8 @@ Change Log
<h1>Change Log</h1> <h1>Change Log</h1>
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>Some timestamps with timezone were not converted correctly. <ul><li>Issue 350: when using instead of triggers, executeUpdate for delete operations always returned 0.
</li><li>Some timestamps with timezone were not converted correctly.
For example, in the PST timezone, the timestamp 2011-10-26 08:00:00Z was converted to For example, in the PST timezone, the timestamp 2011-10-26 08:00:00Z was converted to
2011-10-25 25:00:00 instead of 2011-10-26 01:00:00. 2011-10-25 25:00:00 instead of 2011-10-26 01:00:00.
Depending on the database operation, this caused subsequent error. Depending on the database operation, this caused subsequent error.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论