提交 1cad5609 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation

上级 d050026e
...@@ -1335,8 +1335,6 @@ Sets the maximum size of an in-place LOB object. ...@@ -1335,8 +1335,6 @@ Sets the maximum size of an in-place LOB object.
This is the maximum length of an LOB that is stored with the record itself, This is the maximum length of an LOB that is stored with the record itself,
and the default value is 128. and the default value is 128.
This setting has no effect for in-memory databases.
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.
This setting is persistent. This setting is persistent.
......
...@@ -17,7 +17,18 @@ Change Log ...@@ -17,7 +17,18 @@ Change Log
<h1>Change Log</h1> <h1>Change Log</h1>
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>H2 Console: the built-in web server did not work properly <ul><li>In the multi-threaded mode, updating the column selectivity ("analyze")
in the background sometimes did not work.
</li><li>In the multi-threaded mode, database metadata operations
did sometimes not work if the schema was changed at the same time
(for example, if tables were dropped).
</li><li>Some CLOB and BLOB values could no longer be read when
the original row was removed (even when using the MVCC mode).
</li><li>The MVStoreTool could throw an IllegalArgumentException.
</li><li>Improved performance for some
date / time / timestamp conversion operations.
Thanks to Sergey Evdokimov for reporting the problem.
</li><li>H2 Console: the built-in web server did not work properly
if an unknown file was requested. if an unknown file was requested.
</li><li>MVStore: the jar file is renamed to "h2-mvstore-*.jar" and is </li><li>MVStore: the jar file is renamed to "h2-mvstore-*.jar" and is
deployed to Maven separately. deployed to Maven separately.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论