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

Added 'code' tags so Google Translate doesn't translate it.

上级 f710bb07
...@@ -1231,17 +1231,17 @@ The file can be found at <a href="http://h2database.com/h2mig_pagestore_addon.ja ...@@ -1231,17 +1231,17 @@ The file can be found at <a href="http://h2database.com/h2mig_pagestore_addon.ja
If this file is in the classpath, every connect to an older database will result in a conversion process. If this file is in the classpath, every connect to an older database will result in a conversion process.
</p> </p>
<p> <p>
The conversion itself is done via 'script to' and 'runscript from'. After the conversion process, the files will be The conversion itself is done internally via <code>'script to'</code> and <code>'runscript from'</code>. After the conversion process, the files will be
renamed from renamed from
<ul> <ul>
<li>dbName.data.db to dbName.data.db.backup <li><code>dbName.data.db</code> to <code>dbName.data.db.backup</code>
</li><li>dbName.index.db to dbName.index.db.backup </li><li><code>dbName.index.db</code> to <code>dbName.index.db.backup</code>
</li></ul> </li></ul>
by default. Also, the temporary script will be written to the database directory instead of a temporary directory. by default. Also, the temporary script will be written to the database directory instead of a temporary directory.
Both defaults can be customized via Both defaults can be customized via
<ul> <ul>
<li>org.h2.upgrade.DbUpgradeNonPageStoreToCurrent.setDeleteOldDb(boolean) <li><code>org.h2.upgrade.DbUpgradeNonPageStoreToCurrent.setDeleteOldDb(boolean)</code>
</li><li>org.h2.upgrade.DbUpgradeNonPageStoreToCurrent.setScriptInTmpDir(boolean) </li><li><code>org.h2.upgrade.DbUpgradeNonPageStoreToCurrent.setScriptInTmpDir(boolean)</code>
</li></ul> </li></ul>
prior opening a database connection. prior opening a database connection.
</p> </p>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论