提交 281c1e58 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 2585b4ea
...@@ -18,7 +18,17 @@ Change Log ...@@ -18,7 +18,17 @@ Change Log
<h1>Change Log</h1> <h1>Change Log</h1>
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>Nested outer joins without brackets were not working as expected. Example: <ul><li>New feature INSERT INTO ... DIRECT SELECT, mainly to speed up loading tables
from a CSV file. When using DIRECT, then the results from the query are directly applied
in the target table without any intermediate step (without temporary file).
</li><li>Converting binary data to UUID was incorrect when the converting more than 31 bytes.
Now always the first 16 bytes are used.
</li><li>Improved date / time arithmetics. Now supported are
multiplying and dividing a time with / by a number,
adding and subtracting a time to / from a time or date,
subtracting a time or timestamp from a timestamp.
</li><li>The Ant build script has been removed because it is no longer up to date.
</li><li>Nested outer joins without brackets were not working as expected. Example:
select * from a inner join b inner join c on c.id = b.id on b.id = a.id; select * from a inner join b inner join c on c.id = b.id on b.id = a.id;
</li><li>JMX (the Java management extension) is now supported. Issue 253. </li><li>JMX (the Java management extension) is now supported. Issue 253.
</li><li>Creating a comment on a column didn't work if the schema name was equal the database name. </li><li>Creating a comment on a column didn't work if the schema name was equal the database name.
......
...@@ -537,6 +537,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -537,6 +537,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Require appending DANGEROUS=TRUE when using certain dangerous settings such as </li><li>Require appending DANGEROUS=TRUE when using certain dangerous settings such as
LOG=0, LOG=1, LOCK_MODE=0, disabling FILE_LOCK,... LOG=0, LOG=1, LOCK_MODE=0, disabling FILE_LOCK,...
</li><li>Allow to defragment at runtime (similar to SHUTDOWN DEFRAG) in a background thread. </li><li>Allow to defragment at runtime (similar to SHUTDOWN DEFRAG) in a background thread.
</li><li>Support for Thread.interrupt to cancel running statements.
</li></ul> </li></ul>
<h2>Not Planned</h2> <h2>Not Planned</h2>
......
...@@ -663,3 +663,4 @@ presentation defragment queried activities knut tailored dhis statistical norway ...@@ -663,3 +663,4 @@ presentation defragment queried activities knut tailored dhis statistical norway
mailto dong adconion edong twitter consortium ogc geo geospatial flexibility mailto dong adconion edong twitter consortium ogc geo geospatial flexibility
mbeans unregisters mbeans unregisters
arithmetics subtracting multiplying dividing
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论