提交 90c23518 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 074260d2
......@@ -18,7 +18,9 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>The Recover tool did not work with compressed lob files (set compress_lob lzf).
<ul><li>Closing a Statement or PreparedStatement at the same time as executing a statement
could throw a strange exception. Issue 241.
</li><li>The Recover tool did not work with compressed lob files (set compress_lob lzf).
Also, sometimes the Recover tool was very slow, specially using a 64-bit JVM, because
it tried to de-compress lob files even if they were not compressed
(which could allocate a lot of memory).
......
......@@ -49,7 +49,8 @@ public class ConnectionInfo implements Cloneable {
/**
* Create a connection info object.
*
* @param name the database name (including tags)
* @param name the database name (including tags), but without the
* "jdbc:h2:" prefix
*/
public ConnectionInfo(String name) {
this.name = name;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论