提交 046a5037 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 bfa2d6dd
......@@ -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
......
......@@ -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';
......
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论