Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
02e83540
提交
02e83540
authored
6月 15, 2009
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
39432735
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
12 行增加
和
6 行删除
+12
-6
advanced.html
h2/src/docsrc/html/advanced.html
+2
-2
changelog.html
h2/src/docsrc/html/changelog.html
+1
-0
download.html
h2/src/docsrc/html/download.html
+4
-2
roadmap.html
h2/src/docsrc/html/roadmap.html
+5
-2
没有找到文件。
h2/src/docsrc/html/advanced.html
浏览文件 @
02e83540
...
...
@@ -213,8 +213,8 @@ when dropping the table, and when using SELECT ... FOR UPDATE. Connections
only 'see' committed data, and own changes. That means, if connection A updates
a row but doesn't commit this change yet, connection B will see the old value.
Only when the change is committed, the new value is visible by other connections
(read committed). If multiple connections concurrently try to update the same row, th
is
database
fails fast: a concurrent update exception is thrown
.
(read committed). If multiple connections concurrently try to update the same row, th
e
database
waits until it can apply the change, but at most until the lock timeout expires
.
</p>
<p>
To use the MVCC feature, append MVCC=TRUE to the database URL:
...
...
h2/src/docsrc/html/changelog.html
浏览文件 @
02e83540
...
...
@@ -19,6 +19,7 @@ Change Log
<h2>
Next Version (unreleased)
</h2>
<ul><li>
Server-less multi-connection mode: more bugs are fixed.
</li><li>
The download page now included the SHA1 checksums.
</li><li>
Shell tool: the file encoding workaround is now documented
if you run java org.h2.tools.Shell -?.
</li><li>
The RunScript tool and SQL statement did not work with the compression method LZF.
...
...
h2/src/docsrc/html/download.html
浏览文件 @
02e83540
...
...
@@ -19,8 +19,10 @@ Downloads
<h3>
Version ${version} (${versionDate})
</h3>
<p>
<a
href=
"http://www.h2database.com/h2-setup-${versionDate}.exe"
>
Windows Installer
</a><br
/>
<a
href=
"http://www.h2database.com/h2-${versionDate}.zip"
>
Platform-Independent Zip
</a><br
/>
<a
href=
"http://www.h2database.com/h2-setup-${versionDate}.exe"
>
Windows Installer
</a>
<!-- sha1Exe -->
<br
/>
<a
href=
"http://www.h2database.com/h2-${versionDate}.zip"
>
Platform-Independent Zip
</a>
<!-- sha1Zip -->
<br
/>
</p>
<h3>
Version ${stableVersion} (${stableVersionDate}, Last Stable)
</h3>
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
02e83540
...
...
@@ -238,6 +238,10 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Ability to resize the cache array when resizing the cache
</li><li>
Time based cache writing (one second after writing the log)
</li><li>
Check state of H2 driver for DDLUtils: https://issues.apache.org/jira/browse/DDLUTILS-185
</li><li>
Support JMX: Create an MBean for each database and server (support JConsole).
See http://thedevcloud.blogspot.com/2008/10/displaying-hsql-database-manager-in.html
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/management/ManagementFactory.html#getPlatformMBeanServer()
http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html
</li><li>
Index usage for REGEXP LIKE.
</li><li>
Compatibility: add a role DBA (like ADMIN).
</li><li>
Better support multiple processors for in-memory databases.
...
...
@@ -294,8 +298,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
move Comparison to Other Database Engines to Comparison,
move Products that Work with H2 to Comparison,
move Performance Tuning to Advanced Topics
</li><li>
Support JMX: Create an MBean for each database and server (support JConsole).
See http://thedevcloud.blogspot.com/2008/10/displaying-hsql-database-manager-in.html
</li><li>
Translation: use ${.} in help.csv
</li><li>
Translated .pdf
</li><li>
Cluster: hot deploy (adding a node at runtime)
...
...
@@ -421,6 +423,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Oracle compatibility: support CREATE OR REPLACE VIEW syntax.
</li><li>
Sybase/DB2/Oracle compatibility: support out parameters in stored procedures - See http://code.google.com/p/h2database/issues/detail?id=83
</li><li>
Support INTERVAL data type (see Oracle and others).
</li><li>
Combine Server and Console tool (only keep Server).
</li></ul>
<h2>
Not Planned
</h2>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论