Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
21c2318f
提交
21c2318f
authored
3月 18, 2009
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
f716dece
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
1184 行增加
和
10295 行删除
+1184
-10295
changelog.html
h2/src/docsrc/html/changelog.html
+3
-1
roadmap.html
h2/src/docsrc/html/roadmap.html
+2
-4
_docs_en.utf8.txt
h2/src/docsrc/text/_docs_en.utf8.txt
+394
-388
_docs_ja.utf8.txt
h2/src/docsrc/text/_docs_ja.utf8.txt
+394
-388
_docs_en.properties
h2/src/docsrc/textbase/_docs_en.properties
+390
-388
TestAll.java
h2/src/test/org/h2/test/TestAll.java
+1
-1
test-1.0.txt
h2/src/test/org/h2/test/test-1.0.txt
+0
-9125
没有找到文件。
h2/src/docsrc/html/changelog.html
浏览文件 @
21c2318f
...
@@ -18,7 +18,9 @@ Change Log
...
@@ -18,7 +18,9 @@ Change Log
<h1>
Change Log
</h1>
<h1>
Change Log
</h1>
<h2>
Next Version (unreleased)
</h2>
<h2>
Next Version (unreleased)
</h2>
<ul><li>
NIO storage: the nio: prefix was using memory mapped files instead of FileChannel.
<ul><li>
Linked tables to SQLite database can now be created.
</li><li>
Nested IN(IN(...)) didn't work.
</li><li>
NIO storage: the nio: prefix was using memory mapped files instead of FileChannel.
</li></ul>
</li></ul>
<h2>
Version 1.1.109 (2009-03-14)
</h2>
<h2>
Version 1.1.109 (2009-03-14)
</h2>
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
21c2318f
...
@@ -150,11 +150,10 @@ Of course, patches are always welcome, but are not always applied as is. Patches
...
@@ -150,11 +150,10 @@ Of course, patches are always welcome, but are not always applied as is. Patches
</li><li>
The build should fail if the test fails
</li><li>
The build should fail if the test fails
</li><li>
Add GUI to build a custom version (embedded, fulltext,...) using build flags
</li><li>
Add GUI to build a custom version (embedded, fulltext,...) using build flags
</li><li>
http://rubyforge.org/projects/hypersonic/
</li><li>
http://rubyforge.org/projects/hypersonic/
</li><li>
DbVisualizer profile for H2
</li><li>
Add comparator (x === y) : (x = y or (x is null and y is null))
</li><li>
Add comparator (x === y) : (x = y or (x is null and y is null))
</li><li>
Try to create trace file even for read only databases
</li><li>
Try to create trace file even for read only databases
</li><li>
Add a sample application that runs the H2 unit test and writes the result to a file (so it can be included in the user app)
</li><li>
Add a sample application that runs the H2 unit test and writes the result to a file (so it can be included in the user app)
</li><li>
Count on a column that can not be null
w
ould be optimized to COUNT(*)
</li><li>
Count on a column that can not be null
c
ould be optimized to COUNT(*)
</li><li>
Table order: ALTER TABLE TEST ORDER BY NAME DESC (MySQL compatibility)
</li><li>
Table order: ALTER TABLE TEST ORDER BY NAME DESC (MySQL compatibility)
</li><li>
Backup tool should work with other databases as well
</li><li>
Backup tool should work with other databases as well
</li><li>
Console: -ifExists doesn't work for the console. Add a flag to disable other dbs
</li><li>
Console: -ifExists doesn't work for the console. Add a flag to disable other dbs
...
@@ -182,7 +181,6 @@ Of course, patches are always welcome, but are not always applied as is. Patches
...
@@ -182,7 +181,6 @@ Of course, patches are always welcome, but are not always applied as is. Patches
</li><li>
Fast library for parsing / formatting: http://javolution.org/
</li><li>
Fast library for parsing / formatting: http://javolution.org/
</li><li>
Updatable Views (simple cases first)
</li><li>
Updatable Views (simple cases first)
</li><li>
Improve create index performance
</li><li>
Improve create index performance
</li><li>
Support ARRAY data type
</li><li>
Implement more JDBC 4.0 features
</li><li>
Implement more JDBC 4.0 features
</li><li>
Support TRANSFORM / PIVOT as in MS Access
</li><li>
Support TRANSFORM / PIVOT as in MS Access
</li><li>
SELECT * FROM (VALUES (...), (...), ....) AS alias(f1, ...)
</li><li>
SELECT * FROM (VALUES (...), (...), ....) AS alias(f1, ...)
...
@@ -198,7 +196,7 @@ Of course, patches are always welcome, but are not always applied as is. Patches
...
@@ -198,7 +196,7 @@ Of course, patches are always welcome, but are not always applied as is. Patches
</li><li>
Support 1+'2'=3, '1'+'2'='12' (MS SQL Server compatibility)
</li><li>
Support 1+'2'=3, '1'+'2'='12' (MS SQL Server compatibility)
</li><li>
Support nested transactions
</li><li>
Support nested transactions
</li><li>
Add a benchmark for big databases, and one for many users
</li><li>
Add a benchmark for big databases, and one for many users
</li><li>
Compression in the result set (repeating values in the same column)
</li><li>
Compression in the result set (repeating values in the same column)
over TCP/IP
</li><li>
Support curtimestamp (like curtime, curdate)
</li><li>
Support curtimestamp (like curtime, curdate)
</li><li>
Support ANALYZE {TABLE|INDEX} tableName COMPUTE|ESTIMATE|DELETE STATISTICS ptnOption options
</li><li>
Support ANALYZE {TABLE|INDEX} tableName COMPUTE|ESTIMATE|DELETE STATISTICS ptnOption options
</li><li>
Support Sequoia (Continuent.org)
</li><li>
Support Sequoia (Continuent.org)
...
...
h2/src/docsrc/text/_docs_en.utf8.txt
浏览文件 @
21c2318f
差异被折叠。
点击展开。
h2/src/docsrc/text/_docs_ja.utf8.txt
浏览文件 @
21c2318f
差异被折叠。
点击展开。
h2/src/docsrc/textbase/_docs_en.properties
浏览文件 @
21c2318f
差异被折叠。
点击展开。
h2/src/test/org/h2/test/TestAll.java
浏览文件 @
21c2318f
...
@@ -282,7 +282,7 @@ java org.h2.test.TestAll timer
...
@@ -282,7 +282,7 @@ java org.h2.test.TestAll timer
/*
/*
documentation: rolling review at roadmap.html:
146
documentation: rolling review at roadmap.html:
203
create a short 4 pages documentation
create a short 4 pages documentation
...
...
h2/src/test/org/h2/test/test-1.0.txt
deleted
100644 → 0
浏览文件 @
f716dece
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论