Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
281c1e58
提交
281c1e58
authored
11月 20, 2010
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
2585b4ea
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
1617 行增加
和
1563 行删除
+1617
-1563
changelog.html
h2/src/docsrc/html/changelog.html
+11
-1
roadmap.html
h2/src/docsrc/html/roadmap.html
+1
-0
tutorial.html
h2/src/docsrc/html/tutorial.html
+1
-1
_docs_en.utf8.txt
h2/src/docsrc/text/_docs_en.utf8.txt
+538
-520
_docs_ja.utf8.txt
h2/src/docsrc/text/_docs_ja.utf8.txt
+538
-520
_docs_en.properties
h2/src/docsrc/textbase/_docs_en.properties
+527
-521
dictionary.txt
h2/src/tools/org/h2/build/doc/dictionary.txt
+1
-0
没有找到文件。
h2/src/docsrc/html/changelog.html
浏览文件 @
281c1e58
...
...
@@ -18,7 +18,17 @@ Change Log
<h1>
Change Log
</h1>
<h2>
Next Version (unreleased)
</h2>
<ul><li>
Nested outer joins without brackets were not working as expected. Example:
<ul><li>
New feature INSERT INTO ... DIRECT SELECT, mainly to speed up loading tables
from a CSV file. When using DIRECT, then the results from the query are directly applied
in the target table without any intermediate step (without temporary file).
</li><li>
Converting binary data to UUID was incorrect when the converting more than 31 bytes.
Now always the first 16 bytes are used.
</li><li>
Improved date / time arithmetics. Now supported are
multiplying and dividing a time with / by a number,
adding and subtracting a time to / from a time or date,
subtracting a time or timestamp from a timestamp.
</li><li>
The Ant build script has been removed because it is no longer up to date.
</li><li>
Nested outer joins without brackets were not working as expected. Example:
select * from a inner join b inner join c on c.id = b.id on b.id = a.id;
</li><li>
JMX (the Java management extension) is now supported. Issue 253.
</li><li>
Creating a comment on a column didn't work if the schema name was equal the database name.
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
281c1e58
...
...
@@ -537,6 +537,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Require appending DANGEROUS=TRUE when using certain dangerous settings such as
LOG=0, LOG=1, LOCK_MODE=0, disabling FILE_LOCK,...
</li><li>
Allow to defragment at runtime (similar to SHUTDOWN DEFRAG) in a background thread.
</li><li>
Support for Thread.interrupt to cancel running statements.
</li></ul>
<h2>
Not Planned
</h2>
...
...
h2/src/docsrc/html/tutorial.html
浏览文件 @
281c1e58
...
...
@@ -1132,7 +1132,7 @@ org.h2.fulltext.FullText.searchData(conn, text, limit, offset);
<h3>
Using the Lucene Fulltext Search
</h3>
<p>
To use the Lucene full text search, you need the Lucene library in the classpath.
Currently Apache Lucene version 2.x is used by default for H2 version 1.2.x,
Currently Apache Lucene version 2.x is used by default for H2 version 1.2.x,
and Lucene version 3.x is used by default for H2 version 1.3.x.
How to do that depends on the application; if you use the H2 Console, you can add the Lucene
jar file to the environment variables
<code>
H2DRIVERS
</code>
or
...
...
h2/src/docsrc/text/_docs_en.utf8.txt
浏览文件 @
281c1e58
差异被折叠。
点击展开。
h2/src/docsrc/text/_docs_ja.utf8.txt
浏览文件 @
281c1e58
差异被折叠。
点击展开。
h2/src/docsrc/textbase/_docs_en.properties
浏览文件 @
281c1e58
差异被折叠。
点击展开。
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
281c1e58
...
...
@@ -663,3 +663,4 @@ presentation defragment queried activities knut tailored dhis statistical norway
mailto dong adconion edong twitter consortium ogc geo geospatial flexibility
mbeans unregisters
arithmetics subtracting multiplying dividing
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论