Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
ab655816
提交
ab655816
authored
7月 30, 2007
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
c5b9bf04
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
2 行增加
和
19 行删除
+2
-19
history.html
h2/src/docsrc/html/history.html
+2
-2
TestAll.java
h2/src/test/org/h2/test/TestAll.java
+0
-17
没有找到文件。
h2/src/docsrc/html/history.html
浏览文件 @
ab655816
...
@@ -1014,11 +1014,10 @@ Hypersonic SQL or HSQLDB. H2 is built from scratch.
...
@@ -1014,11 +1014,10 @@ Hypersonic SQL or HSQLDB. H2 is built from scratch.
</li><li>
Support updatable views with join on primary keys (to extend a table)
</li><li>
Support updatable views with join on primary keys (to extend a table)
</li><li>
File_Read / File_Store funktionen: FILE_STORE('test.sql', ?), FILE_READ('test.sql')
</li><li>
File_Read / File_Store funktionen: FILE_STORE('test.sql', ?), FILE_READ('test.sql')
</li><li>
Public interface for functions (not public static)
</li><li>
Public interface for functions (not public static)
</li><li>
Index usage for IN(...), IN ARRAY(?), and IN ARRAY RANGES(?, ?); support ARRAY in JDBC API (variable size)
</li><li>
Change LOB mechanism (less files, keep index of lob files, point to files and row, delete unused files earlier)
</li><li>
Change LOB mechanism (less files, keep index of lob files, point to files and row, delete unused files earlier)
</li><li>
Autocomplete: if I type the name of a table that does not exist (should say: syntax not supported)
</li><li>
Autocomplete: if I type the name of a table that does not exist (should say: syntax not supported)
</li><li>
Autocomplete: schema support: "Other Grammar","Table Expression","{[schemaName.]tableName | (select)} [[AS] newTableAlias]
</li><li>
Autocomplete: schema support: "Other Grammar","Table Expression","{[schemaName.]tableName | (select)} [[AS] newTableAlias]
</li><li>
Functions: options readonly, deterministic
</li><li>
Functions: options readonly, deterministic
(pure, always return the same value)
</li><li>
Document FTP server, including -ftpTask option to execute / kill remote processes
</li><li>
Document FTP server, including -ftpTask option to execute / kill remote processes
</li><li>
Add jdbcx to the javadocs
</li><li>
Add jdbcx to the javadocs
</li><li>
Shrink the data file without closing the database (if the end of the file is empty)
</li><li>
Shrink the data file without closing the database (if the end of the file is empty)
...
@@ -1087,6 +1086,7 @@ Hypersonic SQL or HSQLDB. H2 is built from scratch.
...
@@ -1087,6 +1086,7 @@ Hypersonic SQL or HSQLDB. H2 is built from scratch.
</li><li>
Add a role DBA (like ADMIN).
</li><li>
Add a role DBA (like ADMIN).
</li><li>
Automatic mode: jdbc:h2:auto: (embedded mode if possible, if not use server mode).
</li><li>
Automatic mode: jdbc:h2:auto: (embedded mode if possible, if not use server mode).
Problem: what to do when server stops while others are connected to it.
Problem: what to do when server stops while others are connected to it.
</li><li>
Access rights: remember the owner of an object. COMMENT: allow owner of object to change it.
</li></ul>
</li></ul>
<h3>
Not Planned
</h3>
<h3>
Not Planned
</h3>
...
...
h2/src/test/org/h2/test/TestAll.java
浏览文件 @
ab655816
...
@@ -94,7 +94,6 @@ java -Xmx512m -Xrunhprof:cpu=samples,depth=8 org.h2.tools.RunScript -url jdbc:h2
...
@@ -94,7 +94,6 @@ java -Xmx512m -Xrunhprof:cpu=samples,depth=8 org.h2.tools.RunScript -url jdbc:h2
/*
/*
Hi!
Openfire server uses this script to setup a user permissions
Openfire server uses this script to setup a user permissions
on the fresh-installed server. The database is [current] HSQLDB :
on the fresh-installed server. The database is [current] HSQLDB :
CREATE SCHEMA PUBLIC AUTHORIZATION DBA
CREATE SCHEMA PUBLIC AUTHORIZATION DBA
...
@@ -105,19 +104,6 @@ SET SCHEMA PUBLIC
...
@@ -105,19 +104,6 @@ SET SCHEMA PUBLIC
on the H2...
on the H2...
Wrong user name or password [08004-55]
Wrong user name or password [08004-55]
Could you please correct documentation ?
Tutorial --> Upgrade, Backup, and Restore --> Backup
The documentation states :
java org.h2.tools.Backup -url jdbc:h2:~/test -user sa -script test.zip -options compression zip
The "tools.Backup" has no such options ! Seems you meant "tools.Script"
[root@ftp bin]# java -cp "h2.jar" org.h2.tools.Backup -help
java org.h2.tools.Backup [-file <filename>] [-dir <dir>] [-db <database>] [-quiet]
=
Could you please cross-link this topic with
Features --> Database File Layout --> Backup
=
What is the difference between "SCRIPT" and "BACKUP" statements ?
merge html-ja
merge html-ja
rename Performance > Comparison [/Compatibility]
rename Performance > Comparison [/Compatibility]
...
@@ -185,8 +171,6 @@ SELECT * FROM TEST;
...
@@ -185,8 +171,6 @@ SELECT * FROM TEST;
Server: use one listener (detect if the request comes from an PG or TCP client).
Server: use one listener (detect if the request comes from an PG or TCP client).
PMD
http://fastutil.dsi.unimi.it/
http://fastutil.dsi.unimi.it/
http://javolution.org/
http://javolution.org/
http://joda-time.sourceforge.net/
http://joda-time.sourceforge.net/
...
@@ -197,7 +181,6 @@ strict xhtml (license,...)
...
@@ -197,7 +181,6 @@ strict xhtml (license,...)
Document org.h2.samples.MixedMode
Document org.h2.samples.MixedMode
http://www.igniterealtime.org/projects/openfire/index.jsp
http://www.igniterealtime.org/projects/openfire/index.jsp
(fonts)
*/
*/
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论