Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
da981679
提交
da981679
authored
5月 27, 2009
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
e662eb1d
全部展开
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
1101 行增加
和
1090 行删除
+1101
-1090
changelog.html
h2/src/docsrc/html/changelog.html
+5
-1
roadmap.html
h2/src/docsrc/html/roadmap.html
+2
-2
_docs_en.utf8.txt
h2/src/docsrc/text/_docs_en.utf8.txt
+365
-362
_docs_ja.utf8.txt
h2/src/docsrc/text/_docs_ja.utf8.txt
+365
-362
_docs_en.properties
h2/src/docsrc/textbase/_docs_en.properties
+364
-363
没有找到文件。
h2/src/docsrc/html/changelog.html
浏览文件 @
da981679
...
...
@@ -18,7 +18,11 @@ Change Log
<h1>
Change Log
</h1>
<h2>
Next Version (unreleased)
</h2>
<ul><li>
In some situations, an ArrayIndexOutOfBoundsException was thrown when adding rows.
<ul><li>
ResultSetMetaData.getColumnClassName returned the wrong
class for CLOB and BLOB columns.
</li><li>
Fulltext search: Data is no longer deleted and
re-inserted if the indexed columns didn't change.
</li><li>
In some situations, an ArrayIndexOutOfBoundsException was thrown when adding rows.
This was caused by a bug in the b-tree code.
</li><li>
Microsoft Windows Vista: when using the the installer, Vista wrote
"This program may not have installed correctly." This message should no longer appear
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
da981679
...
...
@@ -199,7 +199,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Updatable result set on table without primary key or unique index
</li><li>
Use LinkedList instead of ArrayList where applicable
</li><li>
Optimizer: use an index for IS NULL and IS NOT NULL (including linked tables).
ID IS NOT NULL could be converted to ID
>
= Integer.MIN_VALUE.
ID IS NOT NULL could be converted to ID
>
= Integer.MIN_VALUE.
</li><li>
Support % operator (modulo)
</li><li>
Support 1+'2'=3, '1'+'2'='12' (MS SQL Server compatibility)
</li><li>
Support nested transactions
...
...
@@ -389,6 +389,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Support PostgreSQL lock modes: http://www.postgresql.org/docs/8.3/static/explicit-locking.html
</li><li>
PostgreSQL compatibility: test DbVisualizer and Squirrel SQL using a new PostgreSQL JDBC driver.
</li><li>
RunScript should be able to read from system in (or quite mode for Shell).
</li><li>
Support table partitioning.
</li><li>
Natural join: support select x from dual natural join dual.
</li><li>
Natural join: somehow support this: select a.x, b.x, x from dual a natural join dual b
</li><li>
MySQL compatibility: for auto_increment columns, convert 0 to next value (as when inserting NULL).
...
...
@@ -416,7 +417,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Connection pool: 'reset session' command (delete temp tables, rollback, autocommit true).
</li><li>
Improve SQL documentation, see http://www.w3schools.com/sql/
</li><li>
MySQL compatibility: DatabaseMetaData.stores*() methods should return the same values. Test with SquirrelSQL.
</li><li>
Support table partitioning.
</li><li>
MS SQL Server compatibility: support DATEPART syntax.
</li><li>
Oracle compatibility: support CREATE OR REPLACE VIEW syntax.
</li></ul>
...
...
h2/src/docsrc/text/_docs_en.utf8.txt
浏览文件 @
da981679
差异被折叠。
点击展开。
h2/src/docsrc/text/_docs_ja.utf8.txt
浏览文件 @
da981679
差异被折叠。
点击展开。
h2/src/docsrc/textbase/_docs_en.properties
浏览文件 @
da981679
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论