Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
图像
fbafea923d531eab69db16d39a89c2fa234857aa
切换分支/标签
可以使用方向键移动图形。
从选定的提交开始
Created with Raphaël 2.2.0
2
Nov
1
31
Oct
30
26
23
21
16
13
11
8
7
5
3
2
29
Sep
28
27
25
24
21
16
13
12
9
8
7
6
5
4
3
27
Aug
17
16
15
14
12
11
10
9
8
7
6
5
4
2
1
30
Jul
27
22
17
14
4
27
Jun
25
17
14
10
9
8
2
26
May
25
24
23
22
21
20
19
18
17
16
29
Apr
26
24
19
18
17
11
10
7
5
31
Mar
30
29
22
21
18
17
16
15
14
12
8
1
29
Feb
25
22
17
16
6
5
4
3
2
28
Jan
27
26
22
21
20
19
15
13
11
6
4
3
31
Dec
29
27
26
24
23
22
20
19
10
9
6
2
1
30
Nov
29
26
24
23
22
21
20
19
18
17
16
15
14
12
11
10
9
8
6
2
30
Oct
29
28
27
26
23
22
21
19
16
15
14
11
10
9
8
7
6
5
2
29
Sep
25
24
23
22
21
20
18
13
10
9
8
4
3
1
31
Aug
29
26
25
24
23
21
20
19
18
17
14
13
7
6
1
31
Jul
30
29
28
23
22
17
16
9
7
1
29
Jun
26
24
23
17
16
11
10
8
5
3
2
29
May
27
9
8
7
6
1
29
Apr
28
27
24
23
22
Handle LocalTime with nanosecond resolution
ResultSet.getObject threw a ClassNotFoundException if the JTS suite was not in the classpath
ResultSet.getObject threw a ClassNotFoundException if the JTS suite was not in the classpath
Changes after release
Prepare release
version-1.4.193
version-1.4.193
Javadocs, formatting
Add JSR-310 Support (#386)
File systems: the compressed in-memory file systems now compress better
Fix bug in picking the right index for INSERT..ON DUPLICATE KEY UPDATE when there are both UNIQUE and PRIMARY KEY constraints.
MVStore: add feature to set the cache concurrency (benchmark)
File system nioMemFS: support concurrent reads
MVStore: add feature to set the cache concurrency
ArchiveTool: slightly improved compression
Fix SipHash implementation
Update feature comparison
Issue #380: Error Analyzer doesn't show source code
Remove the "TIMESTAMP UTC" datatype, an experiment that was never finished.
MVStoreTool: support rollback to version
MVStore: disabled the file system cache by default (test case)
LIRS cache: improved hit rate
MVStore: disabled the file system cache by default, because it limits concurrency
Merge branch 'master' of https://github.com/h2database/h2database
JUnit test for fixed LOB recovery
Fix for handling LOBs during recovery
implement support for partial writes when testing MVStore
rename FileOperation to FileWriteOperation
add .checkstyle to .gitignore
use try-with-resources where feasible
Delete .checkstyle
comment some of the TIMESTAMP code better
Merge pull request #374 from lukaseder/patch-3
Compilation for Java 7 fixed, cleanup + code style.
Remove TO_DATE support from roadmap
Merge pull request #371 from marschall/remove-java6-backwards-compat
Remove Java 6 backwards compatibility
Merge pull request #370 from marschall/getObject-byte-array
Merge pull request #369 from marschall/jdbc-debug-guards
Support byte[] in getObject
Add guards to JDBC debug code
Merge pull request #368 from marschall/build-java-8