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

Documentation.

上级 dc6ecf51
...@@ -125,7 +125,9 @@ Connection conn = DriverManager.getConnection("jdbc:h2:~/test", "sa", ""); ...@@ -125,7 +125,9 @@ Connection conn = DriverManager.getConnection("jdbc:h2:~/test", "sa", "");
<p> <p>
When using database URLs like <code>jdbc:h2:~/test</code>, When using database URLs like <code>jdbc:h2:~/test</code>,
the database is stored in the user directory. the database is stored in the user directory.
For Windows, this is usually <code>C:\Documents and Settings\&lt;userName&gt;</code>. For Windows, this is usually
<code>C:\Documents and Settings\&lt;userName&gt;</code> or
<code>C:\Users\&lt;userName&gt;</code>.
If the base directory is not set (as in <code>jdbc:h2:test</code>), If the base directory is not set (as in <code>jdbc:h2:test</code>),
the database files are stored in the directory where the application is started the database files are stored in the directory where the application is started
(the current working directory). When using the H2 Console application from the start menu, (the current working directory). When using the H2 Console application from the start menu,
......
...@@ -34,6 +34,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -34,6 +34,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Move ErrorCode class to org.h2.api. </li><li>Move ErrorCode class to org.h2.api.
</li><li>Deprecate the encryption algorithm XTEA. </li><li>Deprecate the encryption algorithm XTEA.
</li><li>Sort order for byte arrays: currently x'99' is smaller than x'09', which is unexpected. Change if possible. </li><li>Sort order for byte arrays: currently x'99' is smaller than x'09', which is unexpected. Change if possible.
</li><li>Remove support for the old-style outer join syntax using "(+)" because it is buggy.
</li></ul> </li></ul>
<h2>Priority 1</h2> <h2>Priority 1</h2>
......
...@@ -424,7 +424,9 @@ otherwise they are not parsed correctly. If in doubt, add <code>;</code> before ...@@ -424,7 +424,9 @@ otherwise they are not parsed correctly. If in doubt, add <code>;</code> before
<p> <p>
The settings of the H2 Console are stored in a configuration file The settings of the H2 Console are stored in a configuration file
called <code>.h2.server.properties</code> in you user home directory. called <code>.h2.server.properties</code> in you user home directory.
For Windows installations, the user home directory is usually <code>C:\Documents and Settings\[username]</code>. For Windows installations, the user home directory is usually
<code>C:\Documents and Settings\[username]</code> or
<code>C:\Users\[username]</code>.
The configuration file contains the settings of the application and is automatically created when the H2 Console is first started. The configuration file contains the settings of the application and is automatically created when the H2 Console is first started.
Supported settings are: Supported settings are:
</p> </p>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论