Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
8cd3fdce
提交
8cd3fdce
authored
15 年前
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
091e0e5e
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
27 行增加
和
1 行删除
+27
-1
changelog.html
h2/src/docsrc/html/changelog.html
+1
-1
newsfeed.sql
h2/src/test/org/h2/samples/newsfeed.sql
+26
-0
没有找到文件。
h2/src/docsrc/html/changelog.html
浏览文件 @
8cd3fdce
...
@@ -46,7 +46,7 @@ Change Log
...
@@ -46,7 +46,7 @@ Change Log
</li><li>
Updating many rows with the same CLOB or BLOB values could result in FileNotFoundException.
</li><li>
Updating many rows with the same CLOB or BLOB values could result in FileNotFoundException.
</li><li>
Statement.getConnection() threw an exception if the connection was already closed.
</li><li>
Statement.getConnection() threw an exception if the connection was already closed.
</li><li>
The native fulltext index kept a reference to a database after the database was closed.
</li><li>
The native fulltext index kept a reference to a database after the database was closed.
</li><li>
Non-unique hash indexes are now supported. Thanks a lot to Sergi Vladykin for the patch!
</li><li>
Non-unique
in-memory
hash indexes are now supported. Thanks a lot to Sergi Vladykin for the patch!
</li><li>
The optimizer does a better job for joins if indexes are missing.
</li><li>
The optimizer does a better job for joins if indexes are missing.
</li></ul>
</li></ul>
...
...
This diff is collapsed.
Click to expand it.
h2/src/test/org/h2/samples/newsfeed.sql
浏览文件 @
8cd3fdce
...
@@ -13,6 +13,32 @@ INSERT INTO CHANNEL VALUES('H2 Database Engine' ,
...
@@ -13,6 +13,32 @@ INSERT INTO CHANNEL VALUES('H2 Database Engine' ,
CREATE
TABLE
ITEM
(
ID
INT
PRIMARY
KEY
,
TITLE
VARCHAR
,
ISSUED
TIMESTAMP
,
DESC
VARCHAR
);
CREATE
TABLE
ITEM
(
ID
INT
PRIMARY
KEY
,
TITLE
VARCHAR
,
ISSUED
TIMESTAMP
,
DESC
VARCHAR
);
/*
<ul><li>The new page store mechanism is now alpha-level quality.
</li><li>New committer: Christian Peter. He works for Docware.
</li><li>The context class loader is used for user defined classes.
</li><li>Non-unique in-memory hash indexes are now supported.
</li><li>Improved performance for joins if indexes are missing.
</li><li>New system property h2.defaultMaxLengthInplaceLob.
</li><li>New system property h2.nullConcatIsNull.
</li><li>The Recover tool now also processes the log files.
</li><li>New sample application that shows how to pass data to a trigger.
</li><li>The cache algorithm TQ is disabled.
</li></ul>
<ul><li>ChangeFileEncryption did not work with Lob subdirectories.
</li><li>SELECT COUNT(*) FROM SYSTEM_RANGE(...) returned the wrong result.
</li><li>More bugs in the server-less multi-connection mode have been fixed.
</li><li>Updating many rows with LOB could throw an exception.
</li><li>The native fulltext index could leak memory.
</li><li>Statement.getConnection() didn't work if the connection was closed.
</li><li>Issue 121: JaQu: new simple update and merge methods.
</li><li>Issue 120: JaQu didn't close result sets.
</li><li>Issue 119: JaQu creates wrong WHERE conditions on some inputs.
</li></ul>
*/
INSERT
INTO
ITEM
VALUES
(
68
,
INSERT
INTO
ITEM
VALUES
(
68
,
'New version available: 1.1.118 (2009-09-04)'
,
'2009-09-04 12:00:00'
,
'New version available: 1.1.118 (2009-09-04)'
,
'2009-09-04 12:00:00'
,
$$
A
new
version
of
H2
is
available
for
<
a
href
=
"http://www.h2database.com"
>
download
</
a
>
.
$$
A
new
version
of
H2
is
available
for
<
a
href
=
"http://www.h2database.com"
>
download
</
a
>
.
...
...
This diff is collapsed.
Click to expand it.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论