提交 ab655816 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 c5b9bf04
...@@ -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>
......
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论