Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
046a5037
提交
046a5037
authored
5月 18, 2009
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
bfa2d6dd
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
6 行增加
和
3 行删除
+6
-3
changelog.html
h2/src/docsrc/html/changelog.html
+4
-1
mainWeb.html
h2/src/docsrc/html/mainWeb.html
+1
-1
roadmap.html
h2/src/docsrc/html/roadmap.html
+1
-1
没有找到文件。
h2/src/docsrc/html/changelog.html
浏览文件 @
046a5037
...
...
@@ -18,7 +18,10 @@ Change Log
<h1>
Change Log
</h1>
<h2>
Next Version (unreleased)
</h2>
<ul><li>
Identifiers with a digit and then a dollar sign didn't work. Example: A1$B.
<ul><li>
When using Turkish as the default locale, sometimes columns could not be accessed
using the lowercase column alias or name. This affects locales where String.toUpper("a...z") does not
result in "A...Z", which is so far only Turkish, where "i".toUpperCase() is "I" with dot above.
</li><li>
Identifiers with a digit and then a dollar sign didn't work. Example: A1$B.
</li><li>
MS SQL Server compatibility: support for linked tables with
NVARCHAR, NCHAR, NCLOB, and LONGNVARCHAR.
</li><li>
Android: Workaround for a problem when using read-only databases in zip files
...
...
h2/src/docsrc/html/mainWeb.html
浏览文件 @
046a5037
...
...
@@ -58,7 +58,7 @@ Welcome to H2, the Java SQL database. The main feature of H2 are:
<p>
<a
href=
"http://groups.google.com/group/h2-database"
>
English Google Group
</a><br
/>
<a
href=
"http://groups.google.co.jp/group/h2-database-jp"
>
Japanese Google Group
</a><br
/><br
/>
Or send an e-mail to
:
<br
/>
For non-technical issues, use
:
<br
/>
<script
type=
"text/javascript"
>
<!--
var
a
=
'-support.png'
;
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
046a5037
...
...
@@ -180,6 +180,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Make sure H2 is supported by Execute Query: http://executequery.org/
</li><li>
Read InputStream when executing, as late as possible (maybe only embedded mode). Problem with re-execute.
</li><li>
Native fulltext search: min word length; store word positions
</li><li>
Store dates in local time zone (portability of database files)
</li><li>
Recursive Queries (see details)
</li><li>
Add an option to the SCRIPT command to generate only portable / standard SQL
</li><li>
Test Dezign for Databases (http://www.datanamic.com)
...
...
@@ -234,7 +235,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Support triggers with a string property or option: SpringTrigger, OSGITrigger
</li><li>
Clustering: adding a node should be very fast and without interrupting clients (very short lock)
</li><li>
Support materialized views (using triggers)
</li><li>
Store dates in local time zone (portability of database files)
</li><li>
Ability to resize the cache array when resizing the cache
</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
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论