Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
82c1ce27
提交
82c1ce27
authored
10月 11, 2015
作者:
Thomas Mueller Graf
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Prepare release
上级
9edd69e4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
15 行增加
和
3 行删除
+15
-3
changelog.html
h2/src/docsrc/html/changelog.html
+11
-0
Constants.java
h2/src/main/org/h2/engine/Constants.java
+2
-2
newsfeed.sql
h2/src/test/org/h2/samples/newsfeed.sql
+1
-0
dictionary.txt
h2/src/tools/org/h2/build/doc/dictionary.txt
+1
-1
没有找到文件。
h2/src/docsrc/html/changelog.html
浏览文件 @
82c1ce27
...
@@ -21,6 +21,17 @@ Change Log
...
@@ -21,6 +21,17 @@ Change Log
<h2>
Next Version (unreleased)
</h2>
<h2>
Next Version (unreleased)
</h2>
<ul>
<ul>
<li>
-
</li>
</ul>
<h2>
Version 1.4.190 Beta (2015-10-11)
</h2>
<ul>
<li>
Pull request #183: optimizer hints (so far without special SQL syntax).
</li>
<li>
Issue #180: In MVCC mode, executing UPDATE and SELECT ... FOR UPDATE
simultaneously silently can drop rows.
</li>
<li>
PageStore storage: the cooperative file locking mechanism
<li>
PageStore storage: the cooperative file locking mechanism
did not always work as expected (with very slow computers).
did not always work as expected (with very slow computers).
</li>
</li>
...
...
h2/src/main/org/h2/engine/Constants.java
浏览文件 @
82c1ce27
...
@@ -16,7 +16,7 @@ public class Constants {
...
@@ -16,7 +16,7 @@ public class Constants {
/**
/**
* The build date is updated for each public release.
* The build date is updated for each public release.
*/
*/
public
static
final
String
BUILD_DATE
=
"2015-
09-13
"
;
public
static
final
String
BUILD_DATE
=
"2015-
10-11
"
;
/**
/**
* The build date of the last stable release.
* The build date of the last stable release.
...
@@ -26,7 +26,7 @@ public class Constants {
...
@@ -26,7 +26,7 @@ public class Constants {
/**
/**
* The build id is incremented for each public release.
* The build id is incremented for each public release.
*/
*/
public
static
final
int
BUILD_ID
=
1
89
;
public
static
final
int
BUILD_ID
=
1
90
;
/**
/**
* The build id of the last stable release.
* The build id of the last stable release.
...
...
h2/src/test/org/h2/samples/newsfeed.sql
浏览文件 @
82c1ce27
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
CREATE
TABLE
VERSION
(
ID
INT
PRIMARY
KEY
,
VERSION
VARCHAR
,
CREATED
VARCHAR
);
CREATE
TABLE
VERSION
(
ID
INT
PRIMARY
KEY
,
VERSION
VARCHAR
,
CREATED
VARCHAR
);
INSERT
INTO
VERSION
VALUES
INSERT
INTO
VERSION
VALUES
(
140
,
'1.4.190'
,
'2015-10-11'
),
(
139
,
'1.4.189'
,
'2015-09-13'
),
(
139
,
'1.4.189'
,
'2015-09-13'
),
(
138
,
'1.4.188'
,
'2015-08-01'
),
(
138
,
'1.4.188'
,
'2015-08-01'
),
(
137
,
'1.4.187'
,
'2015-04-10'
),
(
137
,
'1.4.187'
,
'2015-04-10'
),
...
...
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
82c1ce27
...
@@ -777,4 +777,4 @@ bradmesserle dan incorporated keegan industries tagtraum cyr israels rafel
...
@@ -777,4 +777,4 @@ bradmesserle dan incorporated keegan industries tagtraum cyr israels rafel
dance schedule hitting reverted youngest footers inliner deadlocked reorder nger
dance schedule hitting reverted youngest footers inliner deadlocked reorder nger
nullid syspublic sysibmts sysibminternal syscat sysfun sysstat systools sysibmadm
nullid syspublic sysibmts sysibminternal syscat sysfun sysstat systools sysibmadm
sysproc jcc expecting gpg showed unreferenced activating cvf stephane lacoin
sysproc jcc expecting gpg showed unreferenced activating cvf stephane lacoin
centrale umr ecole nantes sticc lab reordering preferable
centrale umr ecole nantes sticc lab reordering preferable
simultaneously
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论