提交 38ae35b2 authored 作者: Thomas Mueller's avatar Thomas Mueller

Test.

上级 495e6613
...@@ -18,9 +18,18 @@ Change Log ...@@ -18,9 +18,18 @@ Change Log
<h1>Change Log</h1> <h1>Change Log</h1>
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>The PUBLIC schema could be renamed, which could result in a database that <ul><li>It is now longer allowed to create an index on a CLOB or BLOB column
(except for in-memory databases or indexes), because recovery doesn't work
on such columns. Fulltext indexes on such column are still supported of course.
</li><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. can't be opened normally. Now it can no longer be renamed.
The schema INFORMATION_SCHEMA can also no longer be renamed. The schema INFORMATION_SCHEMA can also no longer be renamed.
</li><li>Server mode: the problem with server and client using different
timezones with different daylight saving rules has been solved
(this only applies when both the client and the server use this or a newer version).
</li><li>There is a new system property "h2.storeLocalTime" to avoid
problems opening a database file in a timezone that has different
daylight saving rules (see also below).
</li><li>Date, time, and timestamp data type processing has been re-implemented. </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.
......
...@@ -340,7 +340,7 @@ java org.h2.test.TestAll timer ...@@ -340,7 +340,7 @@ java org.h2.test.TestAll timer
System.setProperty("h2.delayWrongPasswordMax", "0"); System.setProperty("h2.delayWrongPasswordMax", "0");
int todoTestBoth; int todoTestBoth;
// System.setProperty("h2.storeLocalTime", "true"); System.setProperty("h2.storeLocalTime", "true");
// speedup // speedup
// System.setProperty("h2.syncMethod", ""); // System.setProperty("h2.syncMethod", "");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论