Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
9bed4a26
提交
9bed4a26
authored
10月 21, 2010
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
5c69455f
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
1637 行增加
和
1600 行删除
+1637
-1600
changelog.html
h2/src/docsrc/html/changelog.html
+4
-4
roadmap.html
h2/src/docsrc/html/roadmap.html
+1
-1
_docs_en.utf8.txt
h2/src/docsrc/text/_docs_en.utf8.txt
+533
-515
_docs_ja.utf8.txt
h2/src/docsrc/text/_docs_ja.utf8.txt
+533
-515
_docs_en.properties
h2/src/docsrc/textbase/_docs_en.properties
+521
-515
JdbcCallableStatement.java
h2/src/main/org/h2/jdbc/JdbcCallableStatement.java
+42
-47
TestCases.java
h2/src/test/org/h2/test/db/TestCases.java
+2
-2
dictionary.txt
h2/src/tools/org/h2/build/doc/dictionary.txt
+1
-1
没有找到文件。
h2/src/docsrc/html/changelog.html
浏览文件 @
9bed4a26
...
...
@@ -20,13 +20,13 @@ Change Log
<h2>
Next Version (unreleased)
</h2>
<ul><li>
Various CallableStatement methods could throw a NullPointerException.
</li><li>
LOB files were not deleted when running DROP ALL OBJECTS.
</li><li>
MS SQL Server compatibility: support
string literals prefixed with N
("National Language" strings). Issue 240.
</li><li>
MS SQL Server compatibility: support
"N" in front of string literals
("National Language" strings). Issue 240.
</li><li>
CAST: when converting a string to binary, it is hex encoded (every byte two characters);
a hex string can be converted to a number by first converting it to binary. Examples:
CAST(CAST('FFFF' AS BINARY) AS INT) = 65535, CAST(65535 AS BINARY) = '0000FFFF'.
a hex string can be converted to a number by first converting it to binary. Examples:
CAST(CAST('FFFF' AS BINARY) AS INT) = 65535, CAST(65535 AS BINARY) = '0000FFFF'.
</li><li>
When a domain (user defined data type) contained a user defined function, the database could not be opened.
</li><li>
CAST('011' AS INT) will no longer use decode the value as an octal number (using Integer.decode) but now use Integer.parseInt.
The same logic applied to byte, short, and long. This also means that trying to convert hex numbers (0x...) with CAST now fails.
The same logic applied to byte, short, and long. This also means that trying to convert hex numbers (0x...) with CAST now fails.
</li></ul>
<h2>
Version 1.2.144 (2010-10-15)
</h2>
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
9bed4a26
...
...
@@ -528,7 +528,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
disable autocommit for all connections.
</li><li>
Compatibility with MS Access: support "
&
" to concatenate text.
</li><li>
The BACKUP statement should not synchronize on the database, and therefore should not block other users.
</li><li>
Listener or authentication module for new connections, or a way to restrict the number of different connections to a tcp server,
</li><li>
Listener or authentication module for new connections, or a way to restrict the number of different connections to a tcp server,
or to prevent to login with the same username and password from different IPs.
Possibly using the DatabaseEventListener API, or a new API.
</li></ul>
...
...
h2/src/docsrc/text/_docs_en.utf8.txt
浏览文件 @
9bed4a26
差异被折叠。
点击展开。
h2/src/docsrc/text/_docs_ja.utf8.txt
浏览文件 @
9bed4a26
差异被折叠。
点击展开。
h2/src/docsrc/textbase/_docs_en.properties
浏览文件 @
9bed4a26
差异被折叠。
点击展开。
h2/src/main/org/h2/jdbc/JdbcCallableStatement.java
浏览文件 @
9bed4a26
差异被折叠。
点击展开。
h2/src/test/org/h2/test/db/TestCases.java
浏览文件 @
9bed4a26
...
...
@@ -57,7 +57,7 @@ public class TestCases extends TestBase {
if
(
config
.
memory
)
{
return
;
}
testCheckContraintWithFunction
();
testCheckCon
s
traintWithFunction
();
testDeleteAndDropTableWithLobs
(
true
);
testDeleteAndDropTableWithLobs
(
false
);
testEmptyBtreeIndex
();
...
...
@@ -85,7 +85,7 @@ public class TestCases extends TestBase {
deleteDb
(
"cases"
);
}
private
void
testCheckContraintWithFunction
()
throws
SQLException
{
private
void
testCheckCon
s
traintWithFunction
()
throws
SQLException
{
deleteDb
(
"cases"
);
Connection
conn
=
getConnection
(
"cases"
);
Statement
stat
=
conn
.
createStatement
();
...
...
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
9bed4a26
...
...
@@ -658,4 +658,4 @@ skiing honor marketing sleeping dlucene timezones shifted analyzed insists
train joining bilingual existed extremely fog bordercolor overlapping
unlocking webkit dalvik recorded defrag marschall helping victor philippe
pyankov enctype multipart boundary mistake enlarge demonstrates aggregating
bypassing khtml doubled inlined defragmented
bypassing khtml doubled inlined defragmented
registers
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论