Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
8000e8e9
提交
8000e8e9
authored
1月 31, 2009
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
cde29719
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
1874 行增加
和
1818 行删除
+1874
-1818
changelog.html
h2/src/docsrc/html/changelog.html
+1
-1
faq.html
h2/src/docsrc/html/faq.html
+7
-7
roadmap.html
h2/src/docsrc/html/roadmap.html
+1
-1
_docs_en.utf8.txt
h2/src/docsrc/text/_docs_en.utf8.txt
+620
-599
_docs_ja.utf8.txt
h2/src/docsrc/text/_docs_ja.utf8.txt
+628
-607
_docs_en.properties
h2/src/docsrc/textbase/_docs_en.properties
+606
-599
SysProperties.java
h2/src/main/org/h2/constant/SysProperties.java
+1
-1
supportTemplates.txt
h2/src/test/org/h2/test/todo/supportTemplates.txt
+1
-1
TestClearReferences.java
h2/src/test/org/h2/test/unit/TestClearReferences.java
+7
-1
dictionary.txt
h2/src/tools/org/h2/build/doc/dictionary.txt
+2
-1
没有找到文件。
h2/src/docsrc/html/changelog.html
浏览文件 @
8000e8e9
...
...
@@ -20,7 +20,7 @@ Change Log
<h2>
Next Version (unreleased)
</h2>
<ul><li>
Optimizer: the expected runtime calculation was incorrect. The fixed calculation
should give slightly better query plans when using many joins.
</li><li>
Improved exception message when connecting to a just started server fails.
</li><li>
Improved exception message when connecting to a just started server fails.
</li><li>
Connection.isValid is a bit faster.
</li><li>
H2 Console: The autocomplete feature has been improved a bit. It can now better
parse conditions.
...
...
h2/src/docsrc/html/faq.html
浏览文件 @
8000e8e9
...
...
@@ -46,15 +46,15 @@ Frequently Asked Questions
Usually, bugs get fixes as they are found. There is a release every few weeks.
Here is the list of known and confirmed issues:
</p>
<ul><li>
Tomcat and Glassfish 3 sets all static fields (final or non-final) to null when
unloading a web application. This can cause a NullPointerException in H2 versions
1.1.107 and older, and may still not work in newer versions. Please report it if you
run into this issue. In Tomcat >= 6.0 this behavior can be disabled by setting the
<ul><li>
Tomcat and Glassfish 3 sets all static fields (final or non-final) to null when
unloading a web application. This can cause a NullPointerException in H2 versions
1.1.107 and older, and may still not work in newer versions. Please report it if you
run into this issue. In Tomcat >= 6.0 this behavior can be disabled by setting the
system property org.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES
to false, however Tomcat may then run out of memory. A known workaround is to
to false, however Tomcat may then run out of memory. A known workaround is to
put the h2.jar file in the
<code>
lib
</code>
directory.
</li><li>
Some problems have been found with right outer join. Internally, it is converted
to left outer join, which does not always produce the same results as other databases
</li><li>
Some problems have been found with right outer join. Internally, it is converted
to left outer join, which does not always produce the same results as other databases
when used in combination with other joins.
</li><li>
When using Install4j before 4.1.4 on Linux and enabling 'pack200',
the h2*.jar becomes corrupted by the install process, causing application failure.
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
8000e8e9
...
...
@@ -243,7 +243,7 @@ Of course, patches are always welcome, but are not always applied as is. Patches
</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>
Index usage for REGEXP LIKE.
</li><li>
A
dd a role DBA (like ADMIN).
</li><li>
Compatibility: a
dd a role DBA (like ADMIN).
</li><li>
Better support multiple processors for in-memory databases.
</li><li>
Access rights: remember the owner of an object. COMMENT: allow owner of object to change it.
</li><li>
Access rights: Finer grained access control (grant access for specific functions)
...
...
h2/src/docsrc/text/_docs_en.utf8.txt
浏览文件 @
8000e8e9
差异被折叠。
点击展开。
h2/src/docsrc/text/_docs_ja.utf8.txt
浏览文件 @
8000e8e9
差异被折叠。
点击展开。
h2/src/docsrc/textbase/_docs_en.properties
浏览文件 @
8000e8e9
差异被折叠。
点击展开。
h2/src/main/org/h2/constant/SysProperties.java
浏览文件 @
8000e8e9
...
...
@@ -626,7 +626,7 @@ public class SysProperties {
}
/**
* INTERNAL
* INTERNAL
.
* System property <code>h2.scriptDirectory</code> (default: empty
* string).<br />
* Relative or absolute directory where the script files are stored to or
...
...
h2/src/test/org/h2/test/todo/supportTemplates.txt
浏览文件 @
8000e8e9
...
...
@@ -72,7 +72,7 @@ I am sorry to say that, but it looks like a corruption problem. I am very intere
- Is the application multi-threaded?
- What operating system, file system, and virtual machine
(java -version) do you use?
- Is it (or was it at some point) a networked file system?
- Is it (or was it at some point) a networked file system?
- How big is the database (file sizes)?
- Is the database usually closed normally, or is process terminated forcefully
or the computer switched off?
...
...
h2/src/test/org/h2/test/unit/TestClearReferences.java
浏览文件 @
8000e8e9
差异被折叠。
点击展开。
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
8000e8e9
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论