Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
baf8e4ca
提交
baf8e4ca
authored
12月 08, 2010
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
ad601a53
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
20 行增加
和
1 行删除
+20
-1
advanced.html
h2/src/docsrc/html/advanced.html
+3
-0
changelog.html
h2/src/docsrc/html/changelog.html
+0
-1
faq.html
h2/src/docsrc/html/faq.html
+17
-0
没有找到文件。
h2/src/docsrc/html/advanced.html
浏览文件 @
baf8e4ca
...
@@ -1454,6 +1454,9 @@ prior opening a database connection.
...
@@ -1454,6 +1454,9 @@ prior opening a database connection.
<p>
<p>
Since version 1.2.140 it is possible to let the old h2 classes (v 1.2.128) connect to the database.
Since version 1.2.140 it is possible to let the old h2 classes (v 1.2.128) connect to the database.
The automatic upgrade .jar file must be present, and the URL must start with
<code>
jdbc:h2v1_1:
</code>
.
The automatic upgrade .jar file must be present, and the URL must start with
<code>
jdbc:h2v1_1:
</code>
.
If the database should automatically connect using the old version if a database with the old format exists
(without upgrade), and use the new version otherwise, then append
<code>
;NO_UPGRADE=TRUE
</code>
to the database URL.
</p>
</p>
<h2
id=
"limits_limitations"
>
Limits and Limitations
</h2>
<h2
id=
"limits_limitations"
>
Limits and Limitations
</h2>
...
...
h2/src/docsrc/html/changelog.html
浏览文件 @
baf8e4ca
...
@@ -19,7 +19,6 @@ Change Log
...
@@ -19,7 +19,6 @@ Change Log
<h2>
Next Version (unreleased)
</h2>
<h2>
Next Version (unreleased)
</h2>
<ul><li>
The database upgrade (to upgrade from H2 version 1.1.x) has been simplified.
<ul><li>
The database upgrade (to upgrade from H2 version 1.1.x) has been simplified.
The setting NO_UPGRADE is no longer supported, instead use the database URL jdbc:h2v1_1:
</li><li>
The feature to log all errors (system properties h2.logAllErrors and h2.logAllErrorsFile) has been removed.
</li><li>
The feature to log all errors (system properties h2.logAllErrors and h2.logAllErrorsFile) has been removed.
</li><li>
When starting the H2 Console, the properties file can now be completely disabled.
</li><li>
When starting the H2 Console, the properties file can now be completely disabled.
</li><li>
Server.openBrowser no longer writes to System.out directly if opening the URL failed.
</li><li>
Server.openBrowser no longer writes to System.out directly if opening the URL failed.
...
...
h2/src/docsrc/html/faq.html
浏览文件 @
baf8e4ca
...
@@ -47,6 +47,8 @@ Frequently Asked Questions
...
@@ -47,6 +47,8 @@ Frequently Asked Questions
Is the GCJ Version Stable? Faster?
</a><br
/>
Is the GCJ Version Stable? Faster?
</a><br
/>
<a
href=
"#how_to_translate"
>
<a
href=
"#how_to_translate"
>
How to Translate this Project?
</a><br
/>
How to Translate this Project?
</a><br
/>
<a
href=
"#how_to_contribute"
>
How to Contribute to this Project?
</a><br
/>
<h3
id=
"support"
>
I Have a Problem or Feature Request
</h3>
<h3
id=
"support"
>
I Have a Problem or Feature Request
</h3>
<p>
<p>
...
@@ -265,4 +267,19 @@ For more information, see
...
@@ -265,4 +267,19 @@ For more information, see
<a
href=
"build.html#translating"
>
Build/Translating
</a>
.
<a
href=
"build.html#translating"
>
Build/Translating
</a>
.
</p>
</p>
<h3
id=
"how_to_contribute"
>
How to Contribute to this Project?
</h3>
<p>
There are various way to help develop an open source project like H2. The first step could be to
<a
href=
"build.html#translating"
>
translate
</a>
the error messages and the GUI to your native language.
Then, you could
<a
href=
"build.html#providing_patches"
>
provide patches
</a>
.
Please start with small patches. That could be adding a test case to improve the
<a
href=
"build.html#automated"
>
code coverage
</a>
(the target code coverage for this project is 90%, higher is better).
You will have to
<a
href=
"build.html"
>
develop, build and run the tests
</a>
.
Once you are familiar with the code, you could implement missing features from the
<a
href=
"roadmap.html"
>
feature request list
</a>
.
I suggest to start with very small features that are easy to implement.
Keep in mind to provide test cases as well.
</p>
<!-- [close] { -->
</div></td></tr></table>
<!-- } --><!-- analytics -->
</body></html>
<!-- [close] { -->
</div></td></tr></table>
<!-- } --><!-- analytics -->
</body></html>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论