Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
4dac660d
提交
4dac660d
authored
10月 04, 2009
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
fffced08
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
39 行增加
和
8 行删除
+39
-8
fragments.html
h2/src/docsrc/html/fragments.html
+2
-2
mainWeb.html
h2/src/docsrc/html/mainWeb.html
+1
-1
source.html
h2/src/docsrc/html/source.html
+2
-0
sourceError.html
h2/src/docsrc/html/sourceError.html
+4
-2
animate.js
h2/src/docsrc/javadoc/animate.js
+4
-2
_docs_ja.utf8.txt
h2/src/docsrc/text/_docs_ja.utf8.txt
+1
-1
release.txt
h2/src/installer/release.txt
+1
-0
supportTemplates.txt
h2/src/test/org/h2/test/todo/supportTemplates.txt
+24
-0
没有找到文件。
h2/src/docsrc/html/fragments.html
浏览文件 @
4dac660d
...
...
@@ -78,12 +78,12 @@ Initial Developer: H2 Group
<!-- translate
<div id = "google_translate_element"></div>
<script>
<script
type="text/javascript"
>
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>
<script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<script
type="text/javascript"
src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
translate -->
</div>
...
...
h2/src/docsrc/html/mainWeb.html
浏览文件 @
4dac660d
...
...
@@ -69,7 +69,7 @@ Welcome to H2, the Java SQL database. The main features of H2 are:
var
f
=
'.com'
;
var
g
=
'h2database'
;
var
alt
=
'mail address: '
+
d
+
c
+
e
+
g
+
f
+
'(without spaces)'
;
document
.
write
(
'<'
+
'a h'
+
'ref="em'
+
'ail:'
+
d
+
c
+
e
+
g
+
f
+
'">'
+
d
+
c
+
e
+
g
+
f
+
'</a>'
);
document
.
write
(
'<'
+
'a h'
+
'ref="em'
+
'ail:'
+
d
+
c
+
e
+
g
+
f
+
'">'
+
d
+
c
+
e
+
g
+
f
+
'<
'
+
'
/a>'
);
//-->
</script>
</p>
...
...
h2/src/docsrc/html/source.html
浏览文件 @
4dac660d
...
...
@@ -22,6 +22,8 @@ Initial Developer: H2 Group
}
else
if
(
key
==
'build'
)
{
if
(
value
==
64
)
{
tag
=
'tags/version-1.0.'
+
value
;
}
else
if
(
value
>=
120
)
{
tag
=
'tags/version-1.2.'
+
value
+
'/h2'
;
}
else
if
(
value
>=
100
)
{
tag
=
'tags/version-1.1.'
+
value
+
'/h2'
;
}
else
if
(
value
>=
63
)
{
...
...
h2/src/docsrc/html/sourceError.html
浏览文件 @
4dac660d
...
...
@@ -64,6 +64,8 @@ function go(file, line) {
var
tag
=
'trunk/h2'
;
if
(
build
==
64
)
{
tag
=
'tags/version-1.0.'
+
build
;
}
else
if
(
build
>=
120
)
{
tag
=
'tags/version-1.2.'
+
build
+
'/h2'
;
}
else
if
(
build
>=
100
)
{
tag
=
'tags/version-1.1.'
+
build
+
'/h2'
;
}
else
if
(
build
>=
63
)
{
...
...
@@ -97,7 +99,7 @@ function convert() {
hasData
=
true
;
idx
=
errorCode
.
indexOf
(
"-"
);
build
=
parseInt
(
errorCode
.
substring
(
idx
+
1
));
get
(
'version'
).
innerHTML
=
(
build
<
100
?
'1.0.'
:
'1.1.'
)
+
build
;
get
(
'version'
).
innerHTML
=
(
build
<
100
?
'1.0.'
:
(
build
<
120
?
'1.1.'
:
'1.2.'
)
)
+
build
;
errorCode
=
errorCode
.
substring
(
0
,
idx
);
while
(
errorCode
.
length
>
1
&&
errorCode
.
charAt
(
0
)
==
'0'
)
{
errorCode
=
errorCode
.
substring
(
1
);
...
...
@@ -137,7 +139,7 @@ function convert() {
result
+=
lineNumber
;
result
+=
")'>"
;
result
+=
element
;
result
+=
"</a>"
;
result
+=
"<
"
+
"
/a>"
;
hasData
=
true
;
idx
=
end
+
1
;
}
...
...
h2/src/docsrc/javadoc/animate.js
浏览文件 @
4dac660d
...
...
@@ -25,8 +25,10 @@ function allDetails() {
}
function
switchTag
(
id
,
title
,
detail
)
{
document
.
getElementById
(
'__'
+
id
).
className
=
title
;
document
.
getElementById
(
'_'
+
id
).
className
=
detail
;
if
(
document
.
getElementById
(
'__'
+
id
)
!=
null
)
{
document
.
getElementById
(
'__'
+
id
).
className
=
title
;
document
.
getElementById
(
'_'
+
id
).
className
=
detail
;
}
return
false
;
}
...
...
h2/src/docsrc/text/_docs_ja.utf8.txt
浏览文件 @
4dac660d
...
...
@@ -6104,7 +6104,7 @@ H2 データベース エンジン
#Small footprint: around 1 MB jar file size
@mainWeb_1006_h3
#Download Beta
#ダウンロード
#Download Beta
@mainWeb_1007_td
#Version 1.2.120 (2009-10-04):
...
...
h2/src/installer/release.txt
浏览文件 @
4dac660d
Change version and build number in Constants.java
If the minor version changes, change sourceError.html and source.html
Maybe increase TCP_DRIVER_VERSION (old clients must be compatible!)
Update the changelog (add new version)
Update the newsfeed
...
...
h2/src/test/org/h2/test/todo/supportTemplates.txt
浏览文件 @
4dac660d
...
...
@@ -83,3 +83,27 @@ I am sorry to say that, but it looks like a corruption problem. I am very intere
Could you send them please?
- Do you still have any .trace.db files, and if yes could you send them?
- Could you send the .data.db file where this exception occurs?
Hi,
I have a few questions:
- The database URL?
- With which version of H2 was this database created?
You can find it out using:
select * from information_schema.settings where name='CREATE_BUILD'
- Did you use multiple connections?
- Do you use any settings or special features (for example, the setting
LOG=0, or two phase commit, linked tables, cache settings)?
- Is the application multi-threaded?
- What operating system, file system, and virtual machine
(java -version) do you use?
- How big is the database (file sizes)?
- Is the database usually closed normally, or is process terminated
forcefully or the computer switched off?
- Are there any other exceptions (maybe in the .trace.db file)?
Could you send them please?
- Do you still have any .trace.db files, and if yes could you send them?
- Could you send the .h2.db file where this exception occurs?
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论