Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
7905384f
提交
7905384f
authored
2月 15, 2012
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
508a3397
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
16 行增加
和
1 行删除
+16
-1
build.html
h2/src/docsrc/html/build.html
+15
-0
roadmap.html
h2/src/docsrc/html/roadmap.html
+1
-1
没有找到文件。
h2/src/docsrc/html/build.html
浏览文件 @
7905384f
...
...
@@ -149,6 +149,21 @@ New versions of this database are first uploaded to http://hsql.sourceforge.net/
synchronized with the main
<a
href=
"http://repo2.maven.org/maven2/com/h2database/h2/"
>
Maven repository
</a>
;
however after a new release it may take a few hours before they are available there.
</p>
<h3>
Maven Plugin to Start and Stop the TCP Server
</h3>
<p>
A Maven plugin to start and stop the H2 TCP server is available from
<a
href=
"https://github.com/ljnelson/h2-maven-plugin"
>
Laird Nelson at GitHub
</a>
.
To start the H2 server, use:
</p>
<pre>
mvn com.edugility.h2-maven-plugin:1.0-SNAPSHOT:spawn
</pre>
<p>
To stop the H2 server, use:
</p>
<pre>
mvn com.edugility.h2-maven-plugin:1.0-SNAPSHOT:stop
</pre>
<h3>
Using Snapshot Version
</h3>
<p>
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
7905384f
...
...
@@ -49,6 +49,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
Issue 208: Access rights for schemas.
</li><li>
Test multi-threaded in-memory db access.
</li><li>
MySQL, MS SQL Server compatibility: support case sensitive (mixed case) identifiers without quotes.
</li><li>
Support GRANT SELECT, UPDATE ON [schemaName.] *.
</li><li>
Migrate database tool (also from other database engines). For Oracle, maybe use
DBMS_METADATA.GET_DDL / GET_DEPENDENT_DDL.
</li><li>
Clustering: support mixed clustering mode (one embedded, others in server mode).
...
...
@@ -81,7 +82,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Drop with invalidate views (so that source code is not lost). Check what other databases do exactly.
</li><li>
Index usage for (ID, NAME)=(1, 'Hi'); document.
</li><li>
Set a connection read only (Connection.setReadOnly) or using a connection parameter.
</li><li>
Support GRANT SELECT, UPDATE ON [schemaName.] *.
</li><li>
Access rights: finer grained access control (grant access for specific functions).
</li><li>
ROW_NUMBER() OVER([PARTITION BY columnName][ORDER BY columnName]).
</li><li>
Version check: docs / web console (using Javascript), and maybe in the library (using TCP/IP).
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论