Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
f2578a29
提交
f2578a29
authored
6月 30, 2010
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
3635c4e1
全部展开
显示空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
1230 行增加
和
1183 行删除
+1230
-1183
help.csv
h2/src/docsrc/help/help.csv
+3
-2
changelog.html
h2/src/docsrc/html/changelog.html
+2
-0
roadmap.html
h2/src/docsrc/html/roadmap.html
+5
-3
_docs_en.utf8.txt
h2/src/docsrc/text/_docs_en.utf8.txt
+410
-392
_docs_ja.utf8.txt
h2/src/docsrc/text/_docs_ja.utf8.txt
+410
-392
_docs_en.properties
h2/src/docsrc/textbase/_docs_en.properties
+399
-393
dictionary.txt
h2/src/tools/org/h2/build/doc/dictionary.txt
+1
-1
没有找到文件。
h2/src/docsrc/help/help.csv
浏览文件 @
f2578a29
...
@@ -152,8 +152,9 @@ script (including insert statements) is written to this file, and a result set
...
@@ -152,8 +152,9 @@ script (including insert statements) is written to this file, and a result set
without the insert statements is returned. When using encryption, only DEFLATE
without the insert statements is returned. When using encryption, only DEFLATE
and LZF are supported (LZF is faster but uses more space).
and LZF are supported (LZF is faster but uses more space).
This command locks objects while it is running. The password must be in
The password must be in single quotes; it is case sensitive and can contain spaces.
single quotes; it is case sensitive and can contain spaces.
This command locks objects while it is running.
","
","
SCRIPT NODATA
SCRIPT NODATA
"
"
...
...
h2/src/docsrc/html/changelog.html
浏览文件 @
f2578a29
...
@@ -52,6 +52,8 @@ Change Log
...
@@ -52,6 +52,8 @@ Change Log
<h2>
Version 1.2.137 (2010-06-06)
</h2>
<h2>
Version 1.2.137 (2010-06-06)
</h2>
<ul><li>
Statements with a nested query and a condition that was always NULL threw an
<ul><li>
Statements with a nested query and a condition that was always NULL threw an
IndexOutOfBoundsException. Example: select * from (select null as x) where x=1
IndexOutOfBoundsException. Example: select * from (select null as x) where x=1
</li><li>
The changes that were made to support large transactions also fixed a bug
with large transactions (when the undo log file size is larger than 2 GB).
</li><li>
Experimental feature to support very large transactions (except when using MVCC).
</li><li>
Experimental feature to support very large transactions (except when using MVCC).
To enable, set the system property h2.largeTransactions to true.
To enable, set the system property h2.largeTransactions to true.
If enabled, changes to tables without a primary key can be buffered to disk.
If enabled, changes to tables without a primary key can be buffered to disk.
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
f2578a29
...
@@ -250,7 +250,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
...
@@ -250,7 +250,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Remember the user defined data type (domain) of a column
</li><li>
Remember the user defined data type (domain) of a column
</li><li>
Support Jackcess (MS Access databases)
</li><li>
Support Jackcess (MS Access databases)
</li><li>
Built-in methods to write large objects (BLOB and CLOB): FILE_WRITE('test.txt', 'Hello World')
</li><li>
Built-in methods to write large objects (BLOB and CLOB): FILE_WRITE('test.txt', 'Hello World')
</li><li>
MVCC: support transactionally consistent backups using SCRIPT.
</li><li>
Improve time to open large databases (see mail 'init time for distributed setup')
</li><li>
Improve time to open large databases (see mail 'init time for distributed setup')
</li><li>
Move Maven 2 repository from hsql.sf.net to h2database.sf.net
</li><li>
Move Maven 2 repository from hsql.sf.net to h2database.sf.net
</li><li>
Java 1.5 tool: JdbcUtils.closeSilently(s1, s2,...)
</li><li>
Java 1.5 tool: JdbcUtils.closeSilently(s1, s2,...)
...
@@ -342,8 +341,8 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
...
@@ -342,8 +341,8 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
CSV: currently # is a line comment and can start at any field. Make it optional.
</li><li>
CSV: currently # is a line comment and can start at any field. Make it optional.
</li><li>
Finer granularity for SLF4J trace - See http://code.google.com/p/h2database/issues/detail?id=62
</li><li>
Finer granularity for SLF4J trace - See http://code.google.com/p/h2database/issues/detail?id=62
</li><li>
Add database creation date and time to the database.
</li><li>
Add database creation date and time to the database.
</li><li>
Support ASSERTION
S
.
</li><li>
Support ASSERTION.
</li><li>
S
upport multi-threaded kernel with multi-version concurrency.
</li><li>
MVCC: s
upport multi-threaded kernel with multi-version concurrency.
</li><li>
MySQL compatibility: support comparing 1='a'
</li><li>
MySQL compatibility: support comparing 1='a'
</li><li>
Support PostgreSQL lock modes: http://www.postgresql.org/docs/8.3/static/explicit-locking.html
</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>
PostgreSQL compatibility: test DbVisualizer and Squirrel SQL using a new PostgreSQL JDBC driver.
...
@@ -509,6 +508,9 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
...
@@ -509,6 +508,9 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
DatabaseEventListener.openConnection(id) and closeConnection(id).
</li><li>
DatabaseEventListener.openConnection(id) and closeConnection(id).
</li><li>
Compatibility for data type CHAR (Derby, HSQLDB). Issue 212.
</li><li>
Compatibility for data type CHAR (Derby, HSQLDB). Issue 212.
</li><li>
Compatibility with MySQL TIMESTAMPDIFF. Issue 209.
</li><li>
Compatibility with MySQL TIMESTAMPDIFF. Issue 209.
</li><li>
Optimizer: use a histogram of the data, specially for non-normal distributions.
</li><li>
Trigger: allow declaring as source code (like functions).
</li><li>
User defined aggregate: allow declaring as source code (like functions).
</li></ul>
</li></ul>
<h2>
Not Planned
</h2>
<h2>
Not Planned
</h2>
...
...
h2/src/docsrc/text/_docs_en.utf8.txt
浏览文件 @
f2578a29
差异被折叠。
点击展开。
h2/src/docsrc/text/_docs_ja.utf8.txt
浏览文件 @
f2578a29
差异被折叠。
点击展开。
h2/src/docsrc/textbase/_docs_en.properties
浏览文件 @
f2578a29
This source diff could not be displayed because it is too large. You can
view the blob
instead.
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
f2578a29
...
@@ -647,4 +647,4 @@ recorder grajciar recording slovensky uninitialized arriving lubomir unchanged
...
@@ -647,4 +647,4 @@ recorder grajciar recording slovensky uninitialized arriving lubomir unchanged
erik dick calculations lutin cite bom evaluating telegard excel bbs deprecation
erik dick calculations lutin cite bom evaluating telegard excel bbs deprecation
importing cumulative fired convenient sums judged anybody vacuum encountered
importing cumulative fired convenient sums judged anybody vacuum encountered
corresponds cnf informatique ilm boundaries shao crossed retroweaver usr pico
corresponds cnf informatique ilm boundaries shao crossed retroweaver usr pico
pengxiang china timestampadd picked
pengxiang china timestampadd picked
histogram
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论