Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
64360e5c
提交
64360e5c
authored
10月 23, 2010
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
4c3e20e0
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
5 行增加
和
4 行删除
+5
-4
changelog.html
h2/src/docsrc/html/changelog.html
+3
-1
faq.html
h2/src/docsrc/html/faq.html
+1
-1
roadmap.html
h2/src/docsrc/html/roadmap.html
+1
-2
没有找到文件。
h2/src/docsrc/html/changelog.html
浏览文件 @
64360e5c
...
...
@@ -18,7 +18,9 @@ Change Log
<h1>
Change Log
</h1>
<h2>
Next Version (unreleased)
</h2>
<ul><li>
After a crash, the database file did not always shrink because
<ul><li>
When the system property h2.nestedJoins was enabled, some outer joins returned the wrong result.
</li><li>
Opening a database could throw a NullPointerException.
</li><li>
After a crash, the database file did not always shrink because
old transaction log pages were not removed from the file.
</li><li>
Various CallableStatement methods could throw a NullPointerException.
</li><li>
LOB files were not deleted when running DROP ALL OBJECTS.
...
...
h2/src/docsrc/html/faq.html
浏览文件 @
64360e5c
...
...
@@ -184,7 +184,7 @@ Areas considered experimental are:
<li>
The PostgreSQL server
</li><li>
Multi-threading within the engine using
<code>
SET MULTI_THREADED=1
</code>
</li><li>
Compatibility modes for other databases (only some features are implemented)
</li><li>
The soft reference cache (
CACHE_TYPE=SOFT_LRU
). It might not improve performance,
</li><li>
The soft reference cache (
<code>
CACHE_TYPE=SOFT_LRU
</code>
). It might not improve performance,
and out of memory issues have been reported.
</li></ul>
<p>
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
64360e5c
...
...
@@ -388,7 +388,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Store the Lucene index in the database itself.
</li><li>
Support standard MERGE statement: http://en.wikipedia.org/wiki/Merge_%28SQL%29
</li><li>
Oracle compatibility: support DECODE(x, ...).
</li><li>
Console: Start Browser: if ip number changed, try localhost instead.
</li><li>
MVCC: compare concurrent update behavior with PostgreSQL and Oracle.
</li><li>
HSQLDB compatibility: CREATE FUNCTION (maybe using a Function interface).
</li><li>
HSQLDB compatibility: support CALL "java.lang.Math.sqrt"(2.0)
...
...
@@ -423,6 +422,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Improve concurrency for in-memory database operations.
</li><li>
Issue 122: Support for connection aliases for remote tcp connections.
</li><li>
Fast scrambling (strong encryption doesn't help if the password is included in the application).
</li><li>
H2 Console: support -webPassword to require a password to access preferences or shutdown.
</li><li>
Issue 126: The index name should be "IDX_" plus the constraint name unless there is a conflict, in which case append a number.
</li><li>
Issue 127: Support activation/deactivation of triggers
</li><li>
Issue 130: Custom log event listeners
...
...
@@ -523,7 +523,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Move table to a different schema (rename table to a different schema), possibly using ALTER TABLE ... SET SCHEMA ...;
</li><li>
nioMapped file system: automatically fall back to regular (non mapped) IO if there is a problem (out of memory exception for example).
</li><li>
Column as parameter of function table. Issue 228.
</li><li>
Support -webPassword to require a password to shutdown the H2 Console.
</li><li>
Connection pool: detect ;AUTOCOMMIT=FALSE in the database URL, and if set,
disable autocommit for all connections.
</li><li>
Compatibility with MS Access: support "
&
" to concatenate text.
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论