Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
23b43e80
提交
23b43e80
authored
11月 13, 2008
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
d8a70f6d
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
19 行增加
和
7 行删除
+19
-7
changelog.html
h2/src/docsrc/html/changelog.html
+6
-1
Tool.java
h2/src/main/org/h2/util/Tool.java
+1
-1
TestAll.java
h2/src/test/org/h2/test/TestAll.java
+10
-3
TestBase.java
h2/src/test/org/h2/test/TestBase.java
+1
-1
dictionary.txt
h2/src/tools/org/h2/build/doc/dictionary.txt
+1
-1
没有找到文件。
h2/src/docsrc/html/changelog.html
浏览文件 @
23b43e80
...
...
@@ -18,8 +18,13 @@ Change Log
<h1>
Change Log
</h1>
<h2>
Next Version (unreleased)
</h2>
<ul><li>
The database now tries to detect if the classloader or virtual machine has
<ul><li>
File systems with a maximum file size (for example FAT) are now supported using
the file prefix 'split:'. In this case the files are split in parts of 1 GB.
Example URL: jdbc:h2:split:~/db/test. If you want to split into parts of 1 MB, use
jdbc:h2:split:20:~/db/test (the part size is 1
<
<
x
,
the
default
is
30
meaning
1
GB
).
</
li
><li>
The database now tries to detect if the classloader or virtual machine has
almost shut down by checking if static final variables are set to null.
This should help reduce exceptions when stopping the web application.
</li><li>
Compatibility for MS SQL Server DATEDIFF(YYYY, .., ..)
</li><li>
ResultSet.getObject for CLOB or BLOB will return a java.sql.Clob / java.sql.Blob object instead of
a java.io.Reader / java.io.InputStream as in version 1.0. This behavior can be changed using the system
...
...
h2/src/main/org/h2/util/Tool.java
浏览文件 @
23b43e80
...
...
@@ -51,7 +51,7 @@ public abstract class Tool {
buff
.
append
(
dir
);
}
if
(
db
!=
null
)
{
buff
.
append
(
" for the d
irectory
"
);
buff
.
append
(
" for the d
atabase
"
);
buff
.
append
(
db
);
}
out
.
println
(
buff
.
toString
());
...
...
h2/src/test/org/h2/test/TestAll.java
浏览文件 @
23b43e80
...
...
@@ -281,15 +281,22 @@ java org.h2.test.TestAll timer
/*
fix TODO multithreaded kernel
split files (1 GB max size)
Windows service Wrapper not starting because of incorrect classpath
where is wrapper.exe
study SQLite file format
multithreaded kernel
use free ports http://www.iana.org/assignments/port-numbers
remove old TODO
online backup may not work for very large files
(document problem with jdk 1.4; document to use jar -xf)
split files (2 GB max size)
select last_value from conf.report_id_seq
test web site with firefox 3, internet explorer, opera, safari, google chrome
...
...
h2/src/test/org/h2/test/TestBase.java
浏览文件 @
23b43e80
...
...
@@ -486,7 +486,7 @@ public abstract class TestBase {
assertTrue
(
expected
.
length
==
actual
.
length
);
for
(
int
i
=
0
;
i
<
expected
.
length
;
i
++)
{
if
(
expected
[
i
]
!=
actual
[
i
])
{
fail
(
"
Expected["
+
i
+
"]: a="
+
(
int
)
expected
[
i
]
+
" actual=
"
+
(
int
)
actual
[
i
]);
fail
(
"
["
+
i
+
"]: expected: "
+
(
int
)
expected
[
i
]
+
" actual:
"
+
(
int
)
actual
[
i
]);
}
}
}
...
...
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
23b43e80
...
...
@@ -569,4 +569,4 @@ reflects doy bloom minimal gmx conserve panic serious robert thursday
wednesday saturday friday tuesday sharing opposite fassi dario clauses
factorial blogspot displaying thedevcloud dayof safety chrome favorite thumbs
localization olivier hprof jps jstack qua processor casting brasilia leap
daylight vision declarative shape formula
daylight vision declarative shape formula
webapp catalina study impact
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论