Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
e35e035d
提交
e35e035d
authored
3月 09, 2010
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
9de6aa07
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
9 行增加
和
7 行删除
+9
-7
roadmap.html
h2/src/docsrc/html/roadmap.html
+1
-1
tutorial.html
h2/src/docsrc/html/tutorial.html
+6
-5
dictionary.txt
h2/src/tools/org/h2/build/doc/dictionary.txt
+2
-1
没有找到文件。
h2/src/docsrc/html/roadmap.html
浏览文件 @
e35e035d
...
...
@@ -127,7 +127,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Default date format for input and output (local date constants).
</li><li>
Support custom Collators.
</li><li>
Document ROWNUM usage for reports: SELECT ROWNUM, * FROM (subquery).
</li><li>
MS SQL Server compatibility: support 1+'2'=3, '1'+'2'='12'
</li><li>
MS SQL Server compatibility: support
string concatenation using +:
1+'2'=3, '1'+'2'='12'
</li><li>
Clustering: when a database is back alive, automatically synchronize with the master.
</li><li>
File system that writes to two file systems (replication, replicating file system).
</li><li>
Standalone tool to get relevant system properties and add it to the trace output.
...
...
h2/src/docsrc/html/tutorial.html
浏览文件 @
e35e035d
...
...
@@ -631,9 +631,10 @@ need to be available on the server side.
<p>
The
<code>
BACKUP
</code>
SQL statement and the
<code>
Backup
</code>
tool both create a zip file
with all database files. However, the contents of this file are not human readable.
Other than the SCRIPT statement, the
<code>
BACKUP
</code>
statement does not lock the
database objects, and therefore does not block other users. The resulting
backup is transactionally consistent:
</p><p>
Unlike than the SCRIPT statement, the
<code>
BACKUP
</code>
statement does not lock the
database objects when using the multi-threaded mode, and therefore does not block other users.
The resulting backup is transactionally consistent:
</p>
<pre>
BACKUP TO 'backup.zip'
...
...
@@ -643,8 +644,8 @@ The <code>Backup</code> tool (<code>org.h2.tools.Backup</code>) can not be used
the database must not be in use while running this program.
</p>
<p>
Creating a backup
while the database is running is not supported, except
if the file systems support creating snapshots. The problem is that it can't
Creating a backup
by copying the database files while the database is running is not supported,
except
if the file systems support creating snapshots. The problem is that it can't
be guaranteed that the data is copied in the right order.
</p>
...
...
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
e35e035d
...
...
@@ -636,4 +636,5 @@ jdt continuation codegen parenthesized tabulation ellipsis imple inits guardian
postfix iconified deiconified deactivated activated worker frequent utilities
workers appender recovers balanced serializing breaking austria wildam
census genealogy scapegoat gov compacted migrating dies typtypmod latch await
counting dtest fallback infix places formal extern
\ No newline at end of file
counting dtest fallback infix places formal extern destination stdout memmove
stdio printf
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论