提交 d348eca9 authored 作者: Thomas Mueller Graf's avatar Thomas Mueller Graf

Documentation

上级 63247ff5
...@@ -21,9 +21,9 @@ Change Log ...@@ -21,9 +21,9 @@ Change Log
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul> <ul>
<li>Issue #453: MVStore setCacheSize() should also limit the cacheChunkRef <li>Issue #453: MVStore setCacheSize() should also limit the cacheChunkRef.
</li> </li>
<li>Issue #448: Newly added TO_DATE and TO_TIMESTAMP functions have wrong datatype <li>Issue #448: Newly added TO_DATE and TO_TIMESTAMP functions have wrong datatype.
</li> </li>
<li>The "nioMemLZF" filesystem now supports an extra option "nioMemLZF:12:" to tweak the size of the compress later cache. <li>The "nioMemLZF" filesystem now supports an extra option "nioMemLZF:12:" to tweak the size of the compress later cache.
</li> </li>
...@@ -32,45 +32,45 @@ Change Log ...@@ -32,45 +32,45 @@ Change Log
<li><strong>[API CHANGE]</strong> #439: the JDBC type of TIMESTAMP WITH TIME ZONE <li><strong>[API CHANGE]</strong> #439: the JDBC type of TIMESTAMP WITH TIME ZONE
changed from Types.OTHER (1111) to Types.TIMESTAMP_WITH_TIMEZONE (2014) changed from Types.OTHER (1111) to Types.TIMESTAMP_WITH_TIMEZONE (2014)
</li> </li>
<li>#430: Subquery not cached if number of rows exceeds MAX_MEMORY_ROWS <li>#430: Subquery not cached if number of rows exceeds MAX_MEMORY_ROWS.
</li> </li>
<li>#411: "TIMEZONE" should be "TIME ZONE" in type "TIMESTAMP WITH TIMEZONE" <li>#411: "TIMEZONE" should be "TIME ZONE" in type "TIMESTAMP WITH TIMEZONE".
</li> </li>
<li>PR #418, Implement Connection#createArrayOf and PreparedStatement#setArray <li>PR #418, Implement Connection#createArrayOf and PreparedStatement#setArray.
</li> </li>
<li>PR #427, Add MySQL compatibility functions UNIX_TIMESTAMP, FROM_UNIXTIME and DATE <li>PR #427, Add MySQL compatibility functions UNIX_TIMESTAMP, FROM_UNIXTIME and DATE.
</li> </li>
<li>#429: Tables not found : Fix some turkish locale bugs around uppercasing <li>#429: Tables not found : Fix some Turkish locale bugs around uppercasing.
</li> </li>
<li>Fixed bug in metadata locking, obscure combination of DDL and SELECT SEQUENCE.NEXTVAL required <li>Fixed bug in metadata locking, obscure combination of DDL and SELECT SEQUENCE.NEXTVAL required.
</li> </li>
<li>Added index hints: SELECT * FROM TEST USE INDEX (idx1, idx2) <li>Added index hints: SELECT * FROM TEST USE INDEX (idx1, idx2).
</li> </li>
<li>Add a test case to ensure that spatial index is used with and order by command by Fortin N <li>Add a test case to ensure that spatial index is used with and order by command by Fortin N.
</li> </li>
<li>Fix multi-threaded mode update exception "NullPointerException", test case by Anatolii K <li>Fix multi-threaded mode update exception "NullPointerException", test case by Anatolii K.
</li> </li>
<li>Fix multi-threaded mode insert exception "Unique index or primary key violation", test case by Anatolii K <li>Fix multi-threaded mode insert exception "Unique index or primary key violation", test case by Anatolii K.
</li> </li>
<li>Implement ILIKE operator for case-insensitive matching <li>Implement ILIKE operator for case-insensitive matching.
</li> </li>
<li>Optimise LIKE queries for the common cases of '%Foo' and '%Foo%' <li>Optimise LIKE queries for the common cases of '%Foo' and '%Foo%'.
</li> </li>
<li>Issue #387: H2 MSSQL Compatibility Mode - Support uniqueidentifier <li>Issue #387: H2 MSSQL Compatibility Mode - Support uniqueidentifier.
</li> </li>
<li>Issue #401: NPE in "SELECT DISTINCT * ORDER BY" <li>Issue #401: NPE in "SELECT DISTINCT * ORDER BY".
</li> </li>
<li>Added BITGET function <li>Added BITGET function.
</li> </li>
<li>Fixed bug in FilePathRetryOnInterrupt that caused infinite loop <li>Fixed bug in FilePathRetryOnInterrupt that caused infinite loop.
</li> </li>
<li>PR #389, Handle LocalTime with nanosecond resolution, patch by katzyn <li>PR #389, Handle LocalTime with nanosecond resolution, patch by katzyn.
</li> </li>
<li>PR #382, Recover for "page store" H2 breaks LOBs consistency, patch by vitalus <li>PR #382, Recover for "page store" H2 breaks LOBs consistency, patch by vitalus.
</li> </li>
<li>PR #393, Run tests on Travis, patch by marschall <li>PR #393, Run tests on Travis, patch by marschall.
</li> </li>
<li>Fix bug in REGEX_REPLACE, not parsing the mode parameter <li>Fix bug in REGEX_REPLACE, not parsing the mode parameter.
</li> </li>
<li>ResultSet.getObject(..., Class) threw a ClassNotFoundException if the JTS suite was not in the classpath. <li>ResultSet.getObject(..., Class) threw a ClassNotFoundException if the JTS suite was not in the classpath.
</li> </li>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论