Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
9a883bad
提交
9a883bad
authored
6月 24, 2013
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
678d9a91
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
18 行增加
和
16 行删除
+18
-16
help.csv
h2/src/docsrc/help/help.csv
+1
-1
changelog.html
h2/src/docsrc/html/changelog.html
+15
-15
features.html
h2/src/docsrc/html/features.html
+2
-0
没有找到文件。
h2/src/docsrc/help/help.csv
浏览文件 @
9a883bad
...
...
@@ -158,7 +158,7 @@ size are split into separate blocks.
BLOCKSIZE is used when writing out LOB data, and specifies the point at the
values transition from being inserted as inline values, to be inserted using
out-of-line commands.
NOSETTINGS turns off dumping the
DB settings (ie. the values from
the SET XXX commands)
NOSETTINGS turns off dumping the
database settings (
the SET XXX commands)
If no file name is specified, the
script is returned as a result set. This command can be used to create a backup
...
...
h2/src/docsrc/html/changelog.html
浏览文件 @
9a883bad
...
...
@@ -20,28 +20,28 @@ Change Log
<h2>
Next Version (unreleased)
</h2>
<ul><li>
Server mode: if there was an error while reading from a LOB, the session was closed in some cases.
</li><li>
Issue 463: Driver name and version are now the same in OsgiDataSourceFactory and JdbcDatabaseMetaData.
</li><li>
JaQu: The data type VARCHAR is now (again) used for Strings
</li><li>
JaQu: The data type VARCHAR is now (again) used for Strings
(no longer TEXT, except when explicitly set).
</li><li>
For in-memory databases, creating an index on a CLOB or BLOB column
</li><li>
For in-memory databases, creating an index on a CLOB or BLOB column
is no longer supported. This is to simplify the MVTableEngine.
</li><li>
New column "information_schema.tables.row_count_estimate".
</li><li>
Issue 468: trunc(timestamp) could return the wrong value.
</li><li>
Fixed a deadlock when updating LOB's concurrently. See TestLob.testDeadlock2().
</li><li>
Fixed a deadlock related to very large temporary result sets.
</li><li>
Add "-list" command line option to Shell tool so that result-list-mode can be triggered when reading from a file
</li><li>
Issue 474: H2 Mysql Compatibility code fails to ignore "COMMENT" in CREATE TABLE, patch from Aaron Azeckoski
</li><li>
Add "-list" command line option to Shell tool so that result-list-mode can be triggered when reading from a file
.
</li><li>
Issue 474: H2 Mysql Compatibility code fails to ignore "COMMENT" in CREATE TABLE, patch from Aaron Azeckoski
.
</li><li>
Issue 476: Broken link in jaqu.html
</li><li>
Fix potential UTF8 encoding issue in org.h2.store.FileStore, reported by Juerg Spiess
</li><li>
Improve error message when check constraint is broken, test case from Gili (cowwoc)
</li><li>
Improve error message when we have a unique constraint violation, displays the offending key in the error message
</li><li>
Issue 478: Support for "SHOW TRANSACTION ISOLATION LEVEL", patch from Andrew Franklin
</li><li>
Issue 475: PgServer: add support for CancelRequest, patch from Andrew Franklin
</li><li>
Issue 473: PgServer missing -key option, patch from Andrew Franklin
</li><li>
Issue 471: CREATE VIEW does not check user rights, patch from Andrew Franklin
</li><li>
Issue 477: PgServer binary transmission of query params is unimplemented, patch from Andrew Franklin
</li><li>
Issue 479: Support for SUBSTRING without a FROM condition, patch from Andrew Franklin
</li><li>
Issue 472: PgServer does not work with any recent Postgres JDBC driver, patch from Andrew Franklin
</li><li>
Add syntax for passing additional parameters into custom TableEngine implementations
</li><li>
Fix potential UTF8 encoding issue in org.h2.store.FileStore, reported by Juerg Spiess
.
</li><li>
Improve error message when check constraint is broken, test case from Gili (cowwoc)
.
</li><li>
Improve error message when we have a unique constraint violation, displays the offending key in the error message
.
</li><li>
Issue 478: Support for "SHOW TRANSACTION ISOLATION LEVEL", patch from Andrew Franklin
.
</li><li>
Issue 475: PgServer: add support for CancelRequest, patch from Andrew Franklin
.
</li><li>
Issue 473: PgServer missing -key option, patch from Andrew Franklin
.
</li><li>
Issue 471: CREATE VIEW does not check user rights, patch from Andrew Franklin
.
</li><li>
Issue 477: PgServer binary transmission of query params is unimplemented, patch from Andrew Franklin
.
</li><li>
Issue 479: Support for SUBSTRING without a FROM condition, patch from Andrew Franklin
.
</li><li>
Issue 472: PgServer does not work with any recent Postgres JDBC driver, patch from Andrew Franklin
.
</li><li>
Add syntax for passing additional parameters into custom TableEngine implementations
.
</li></ul>
<h2>
Version 1.3.172 (2013-05-25)
</h2>
...
...
h2/src/docsrc/html/features.html
浏览文件 @
9a883bad
...
...
@@ -1660,9 +1660,11 @@ CREATE TABLE TEST(ID INT, NAME VARCHAR) ENGINE "acme.MyTableEngine";
</p>
<p>
It is also possible to pass in parameters to the table engine, like so:
</p>
<pre>
CREATE TABLE TEST(ID INT, NAME VARCHAR) ENGINE "acme.MyTableEngine" WITH "param1", "param2";
</pre>
<p>
In which case the parameters are passed down in the tableEngineParams field of the CreateTableData object.
</p>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论