Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
860a10eb
提交
860a10eb
authored
9月 16, 2010
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
d7645040
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
8 行增加
和
2 行删除
+8
-2
advanced.html
h2/src/docsrc/html/advanced.html
+2
-0
changelog.html
h2/src/docsrc/html/changelog.html
+5
-1
roadmap.html
h2/src/docsrc/html/roadmap.html
+1
-0
release.txt
h2/src/installer/release.txt
+0
-1
没有找到文件。
h2/src/docsrc/html/advanced.html
浏览文件 @
860a10eb
...
...
@@ -1341,6 +1341,8 @@ No tables or views with the name of the table expression may exist.
Different table expression names need to be used when using multiple distinct table
expressions within the same transaction and for the same session.
All columns of the table expression are of type
<code>
VARCHAR
</code>
.
Views with recursive queries are not supported.
Subqueries and
<code>
INSERT INTO ... FROM
</code>
with recursive queries are not supported.
Parameters are only supported within the last
<code>
SELECT
</code>
statement
(a workaround is to use session variables like
<code>
@start
</code>
within the table expression).
...
...
h2/src/docsrc/html/changelog.html
浏览文件 @
860a10eb
...
...
@@ -18,7 +18,11 @@ Change Log
<h1>
Change Log
</h1>
<h2>
Next Version (unreleased)
</h2>
<ul><li>
Statement.cancel() did not work when running RUNSCRIPT and SCRIPT.
<ul><li>
Cluster: auto-commit was disabled after opening a connection.
</li><li>
Connection.getAutoCommit() is now much faster, specially when using the server mode.
</li><li>
Statement.cancel() had no effect when using the server mode.
</li><li>
SCRIPT: the SQL script no longer contains settings that match the default value.
</li><li>
Statement.cancel() did not work when running RUNSCRIPT and SCRIPT.
</li><li>
Statement.cancel() could cause a NullPointerException.
</li><li>
In some cases (specially when using a small cache size or a large database over 1 GB) for some
operations like ALTER TABLE the data was written before the transaction log entries, which could cause a corrupt database
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
860a10eb
...
...
@@ -40,6 +40,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
Change documentation.
</li><li>
Use Lucene 3 by default.
</li><li>
For RUNSCRIPT and SCRIPT (commands and tools), use UTF-8 by default.
</li><li>
Set h2.maxMemoryRowsDistinct to a lower value.
</li></ul>
<h2>
Priority 1
</h2>
...
...
h2/src/installer/release.txt
浏览文件 @
860a10eb
...
...
@@ -2,7 +2,6 @@ Update Constants.java - change version and build number
Update changelog.html - add new version, remove oldest
Update newsfeed.sql - add new version, remove oldest
Minor version change: change sourceError.html and source.html
Network protocol change: verify TCP_PROTOCOL_VERSION_* (old clients must be compatible!)
Benchmark: use latest versions of other dbs, change version(s) in performance.html
Run ./buildRelease.sh / buildRelease.bat
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论