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
h2/src/docsrc/html/faq.html
浏览文件 @
8000e8e9
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
...
@@ -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>
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>
Check state of H2 driver for DDLUtils: https://issues.apache.org/jira/browse/DDLUTILS-185
</li><li>
Index usage for REGEXP LIKE.
</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>
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: 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)
</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 {
...
@@ -626,7 +626,7 @@ public class SysProperties {
}
}
/**
/**
* INTERNAL
* INTERNAL
.
* System property <code>h2.scriptDirectory</code> (default: empty
* System property <code>h2.scriptDirectory</code> (default: empty
* string).<br />
* string).<br />
* Relative or absolute directory where the script files are stored to or
* Relative or absolute directory where the script files are stored to or
...
...
h2/src/test/org/h2/test/todo/supportTemplates.txt
浏览文件 @
8000e8e9
h2/src/test/org/h2/test/unit/TestClearReferences.java
浏览文件 @
8000e8e9
/*
* Copyright 2004-2009 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package
org
.
h2
.
test
.
unit
;
package
org
.
h2
.
test
.
unit
;
import
java.io.File
;
import
java.io.File
;
...
@@ -120,7 +126,7 @@ public class TestClearReferences extends TestBase {
...
@@ -120,7 +126,7 @@ public class TestClearReferences extends TestBase {
}
}
}
}
pr
otected
void
clearInstance
(
Object
instance
)
throws
Exception
{
pr
ivate
void
clearInstance
(
Object
instance
)
throws
Exception
{
Field
[]
fields
=
instance
.
getClass
().
getDeclaredFields
();
Field
[]
fields
=
instance
.
getClass
().
getDeclaredFields
();
for
(
int
i
=
0
;
i
<
fields
.
length
;
i
++)
{
for
(
int
i
=
0
;
i
<
fields
.
length
;
i
++)
{
Field
field
=
fields
[
i
];
Field
field
=
fields
[
i
];
...
...
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
8000e8e9
...
@@ -579,4 +579,5 @@ xive evolving mssqlserver eric respond faulhaber fixing northern lying
...
@@ -579,4 +579,5 @@ xive evolving mssqlserver eric respond faulhaber fixing northern lying
federal santa america county clara courts california york venue away stages
federal santa america county clara courts california york venue away stages
titles headers grew orchestration social razor finder ranging friend intervals
titles headers grew orchestration social razor finder ranging friend intervals
bot jot delicious rife appenders circles spelling cash sky ecm nuxeo poland
bot jot delicious rife appenders circles spelling cash sky ecm nuxeo poland
opengeospatial sfs symmetric obsolete failing parenthesis unloading
opengeospatial sfs symmetric obsolete failing parenthesis unloading refreshed
grails reloading slightly
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论