Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
图像
44047777fb5723d9faebf7a46013b10d06f001bc
切换分支/标签
可以使用方向键移动图形。
从选定的提交开始
Created with Raphaël 2.2.0
18
Jul
17
16
15
14
13
12
11
10
9
8
7
6
5
4
2
1
30
Jun
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
May
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
14
13
12
11
10
9
8
7
6
5
4
3
Improve conditions in LocalResult.done()
Add initial implementation of WITH TIES clause
Merge pull request #1304 from katzyn/docs
Update changelog.html
Fix typos and update dictionary.txt
Fix indentation and long lines
Fix Javadoc errors
Remove some implemented or outdated records from roadmap.html
Use OpenJDK instead of OracleJDK 10 in Travis builds (#1302)
Merge pull request #1301 from katzyn/distinct
Add initial DISTINCT ON (expression, ...) implementation
Merge pull request #1299 from katzyn/distinct
Revert "Do not force never lazy result for ConditionInSelect" and change comment
Always use MVTempResult for distinct with invisible columns
Remove LocalResult.setRandomAccess()
Do not force never lazy result for ConditionInSelect
Remove tricks for distinct operations on non-distinct external results
Convert results to distinct where needed in safe way
Merge pull request #1296 from katzyn/misc
Inline parseSelectUnionExtension() into parseSelectUnion() and optimize it
Inline or reuse some methods in Function
Move test-only methods from LocalDateTimeUtils to TestPreparedStatement
Merge pull request #1293 from katzyn/misc
Move SHOW tests into show.sql
Build Select directly in Parser.parseHelp()
Add Select.setWildcard()
Move HELP tests into own file
Merge pull request #1291 from katzyn/tests
Reuse StringBuilder in TestScript
Move out some other tests from testScript.sql
Move WITH test from testScript.sql to with.sql
Move MERGE tests into merge.sql
Add test for REPLACE from SELECT
Fix update count for REPLACE and convert test into SQL script
Merge pull request #1289 from migaman/master
Move length test #1196
Merge pull request #1290 from katzyn/lob_comparison
Move method below
Detect small LOBs in better way
Check LOB type in ValueLob.equals() and add assertion to compare(Value, Value)