Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
0fe85fc0
提交
0fe85fc0
authored
1月 24, 2010
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
8310a085
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
7 行增加
和
5 行删除
+7
-5
help.csv
h2/src/docsrc/help/help.csv
+4
-3
changelog.html
h2/src/docsrc/html/changelog.html
+2
-1
roadmap.html
h2/src/docsrc/html/roadmap.html
+1
-1
没有找到文件。
h2/src/docsrc/help/help.csv
浏览文件 @
0fe85fc0
...
@@ -3209,9 +3209,10 @@ SELECT ""Last Name"" FROM CSVREAD('address.csv');
...
@@ -3209,9 +3209,10 @@ SELECT ""Last Name"" FROM CSVREAD('address.csv');
"Functions (System)","CSVWRITE","
"Functions (System)","CSVWRITE","
CSVWRITE ( fileNameString, queryString [, csvOptions [, lineSepString] ] )
CSVWRITE ( fileNameString, queryString [, csvOptions [, lineSepString] ] )
","
","
Writes a CSV (comma separated values). The file is overwritten if it exists. For
Writes a CSV (comma separated values). The file is overwritten if it exists.
each parameter, NULL means the default value should be used. The default charset
If only a file name is specified, it will be written to the current working directory.
is the default value for this system, and the default field separator is a comma.
For each parameter, NULL means the default value should be used.
The default charset is the default value for this system, and the default field separator is a comma.
The values are converted to text using the default string representation;
The values are converted to text using the default string representation;
if another conversion is required you need to change the select statement accordingly.
if another conversion is required you need to change the select statement accordingly.
...
...
h2/src/docsrc/html/changelog.html
浏览文件 @
0fe85fc0
...
@@ -18,7 +18,8 @@ Change Log
...
@@ -18,7 +18,8 @@ Change Log
<h1>
Change Log
</h1>
<h1>
Change Log
</h1>
<h2>
Next Version (unreleased)
</h2>
<h2>
Next Version (unreleased)
</h2>
<ul><li>
Triggers: INSTEAD OF triggers are now supported.
<ul><li>
If a FOR UPDATE query was executed twice (using a PreparedStatement), the table was not locked.
</li><li>
Triggers: INSTEAD OF triggers are now supported.
Such triggers can be defined on views.
Such triggers can be defined on views.
</li><li>
MVCC: if the page store is disabled, rollback of multiple rows
</li><li>
MVCC: if the page store is disabled, rollback of multiple rows
with the same index key did not work correctly.
with the same index key did not work correctly.
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
0fe85fc0
...
@@ -156,6 +156,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
...
@@ -156,6 +156,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Add a sample application that runs the H2 unit test and writes the result to a file (so it can be included in the user app)
</li><li>
Add a sample application that runs the H2 unit test and writes the result to a file (so it can be included in the user app)
</li><li>
Count on a column that can not be null could be optimized to COUNT(*)
</li><li>
Count on a column that can not be null could be optimized to COUNT(*)
</li><li>
Table order: ALTER TABLE TEST ORDER BY NAME DESC (MySQL compatibility)
</li><li>
Table order: ALTER TABLE TEST ORDER BY NAME DESC (MySQL compatibility)
</li><li>
Issue 159: System property for the H2 Console and TCP configuration (which .h2.server.properties and .h2.keystore to use)
</li><li>
Backup tool should work with other databases as well
</li><li>
Backup tool should work with other databases as well
</li><li>
Console: -ifExists doesn't work for the console. Add a flag to disable other dbs
</li><li>
Console: -ifExists doesn't work for the console. Add a flag to disable other dbs
</li><li>
Check if 'FSUTIL behavior set disablelastaccess 1' improves the performance (fsutil behavior query disablelastaccess)
</li><li>
Check if 'FSUTIL behavior set disablelastaccess 1' improves the performance (fsutil behavior query disablelastaccess)
...
@@ -260,7 +261,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
...
@@ -260,7 +261,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Native search: support "phrase search", wildcard search (* and ?), case-insensitive search, boolean operators, and grouping
</li><li>
Native search: support "phrase search", wildcard search (* and ?), case-insensitive search, boolean operators, and grouping
</li><li>
Improve documentation of access rights
</li><li>
Improve documentation of access rights
</li><li>
Support ENUM data type (see MySQL, PostgreSQL, MS SQL Server, maybe others)
</li><li>
Support ENUM data type (see MySQL, PostgreSQL, MS SQL Server, maybe others)
</li><li>
Command line option for the H2 Console and TCP configuration (which .h2.server.properties and .h2.keystore to use)
</li><li>
Support a schema name for Java functions
</li><li>
Support a schema name for Java functions
</li><li>
Remember the user defined data type (domain) of a column
</li><li>
Remember the user defined data type (domain) of a column
</li><li>
Support Jackcess (MS Access databases)
</li><li>
Support Jackcess (MS Access databases)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论