提交 84bd2241 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 8224ba44
...@@ -18,7 +18,10 @@ Change Log ...@@ -18,7 +18,10 @@ Change Log
<h1>Change Log</h1> <h1>Change Log</h1>
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>Date, time, and timestamp data type processing has been re-implemented. <ul><li>The PUBLIC schema could be renamed, which could result in a database that
can't be opened normally. Now it can no longer be renamed.
The schema INFORMATION_SCHEMA can also no longer be renamed.
</li><li>Date, time, and timestamp data type processing has been re-implemented.
Time now supports nanoseconds resolution and now now supports a wider range Time now supports nanoseconds resolution and now now supports a wider range
(negative and large values), similar to PostgreSQL. (negative and large values), similar to PostgreSQL.
</li><li>SQL statements with a non-breaking space were considered invalid. </li><li>SQL statements with a non-breaking space were considered invalid.
......
...@@ -25,6 +25,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -25,6 +25,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
<h2>Version 1.4.x: Planned Changes</h2> <h2>Version 1.4.x: Planned Changes</h2>
<ul><li>Build the jar file for Java 6 by default (JDBC API 4.1). <ul><li>Build the jar file for Java 6 by default (JDBC API 4.1).
</li><li>Enable the new storage format for dates (system property "h2.storeLocalTime"). </li><li>Enable the new storage format for dates (system property "h2.storeLocalTime").
Document time literals: between minus 2 million and 2 million hours with nanosecond resolution.
</li><li>Remove the old connection pool logic (system property "h2.fastConnectionPool"). </li><li>Remove the old connection pool logic (system property "h2.fastConnectionPool").
</li></ul> </li></ul>
...@@ -550,6 +551,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -550,6 +551,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Oracle compatibility: convert empty strings to null. </li><li>Oracle compatibility: convert empty strings to null.
</li><li>Support [INNER | OUTER] JOIN USING(column [,...]). </li><li>Support [INNER | OUTER] JOIN USING(column [,...]).
</li><li>Support NATURAL [ { LEFT | RIGHT } [ OUTER ] | INNER ] JOIN (Derby, Oracle) </li><li>Support NATURAL [ { LEFT | RIGHT } [ OUTER ] | INNER ] JOIN (Derby, Oracle)
</li><li>GROUP BY columnNumber (similar to ORDER BY columnNumber) (MySQL, PostgreSQL, SQLite; not by HSQLDB and Derby).
</li></ul> </li></ul>
<h2>Not Planned</h2> <h2>Not Planned</h2>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论