提交 1739b00f authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 17712d53
...@@ -21,20 +21,20 @@ Change Log ...@@ -21,20 +21,20 @@ Change Log
<ul><li>The Console tool now supports command line options to start things separately. <ul><li>The Console tool now supports command line options to start things separately.
</li><li>Large objects did not work for in-memory databases in server mode in Linux. </li><li>Large objects did not work for in-memory databases in server mode in Linux.
</li><li>Connections from a local address other than 'localhost' were not allowed if remote </li><li>Connections from a local address other than 'localhost' were not allowed if remote
connections were disabled. This was always a problem, but only got visible in the last release connections were disabled. This was always a problem, but only got visible in the last release
because the server no longer connects to 'localhost' if networked. because the server no longer connects to 'localhost' if networked.
</li><li>The h2console.war can now be built using the Java build. </li><li>The h2console.war can now be built using the Java build.
</li><li>By default, databases are shared in the same process. For read-only databases </li><li>By default, databases are shared in the same process. For read-only databases
this causes unnecessary synchronization, but safes memory. If you want that each connection this causes unnecessary synchronization, but safes memory. If you want that each connection
opens its own database, append ;OPEN_NEW=TRUE to the database URL. opens its own database, append ;OPEN_NEW=TRUE to the database URL.
</li><li>New auto-reconnect feature will setting causes the JDBC driver to reconnect to </li><li>New auto-reconnect feature will setting causes the JDBC driver to reconnect to
the database if the connection is lost. To enable, append ;AUTO_RECONNECT=TRUE to the database URL. the database if the connection is lost. To enable, append ;AUTO_RECONNECT=TRUE to the database URL.
This is specially helpful when using AUTO_SERVER. This is specially helpful when using AUTO_SERVER.
</li><li>CreateCluster: the property 'serverlist' is now called 'serverList'. </li><li>CreateCluster: the property 'serverlist' is now called 'serverList'.
</li><li>The ConvertTraceFile tool could not parse some files because the trace </li><li>The ConvertTraceFile tool could not parse some files because the trace
mechanism did not encode prepared statement parameters. mechanism did not encode prepared statement parameters.
</li><li>Databases names can now be one character long </li><li>Databases names can now be one character long
(the minimum size used to be 2 characters). (the minimum size used to be 2 characters).
</li></ul> </li></ul>
<h2>Version 1.0.79 (2008-09-26)</h2> <h2>Version 1.0.79 (2008-09-26)</h2>
......
...@@ -53,7 +53,7 @@ public class TestAutoReconnect extends TestBase { ...@@ -53,7 +53,7 @@ public class TestAutoReconnect extends TestBase {
test(false); test(false);
} }
public void test(boolean autoServer) throws Exception { private void test(boolean autoServer) throws Exception {
this.autoServer = autoServer; this.autoServer = autoServer;
deleteDb("autoReconnect"); deleteDb("autoReconnect");
if (autoServer) { if (autoServer) {
......
...@@ -561,4 +561,4 @@ brittain wasn november unixtime ddd jason formatter psqlodbc onmousemove ...@@ -561,4 +561,4 @@ brittain wasn november unixtime ddd jason formatter psqlodbc onmousemove
monitoring razuna asset drag pekar devx dmitry fragments onmouseup nav monitoring razuna asset drag pekar devx dmitry fragments onmouseup nav
onmousedown olap valign army blitz backgammon knife abbreviate berger dhuse onmousedown olap valign army blitz backgammon knife abbreviate berger dhuse
strictly greg germany abbreviates frontends cleversafe payload cloneable strictly greg germany abbreviates frontends cleversafe payload cloneable
scripting jaks scripting jaks reconnected serverlist safes somewhere anzo war contacts helpful
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论