提交 bd5c78c8 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 22c5d43d
......@@ -16,7 +16,9 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>When using order by in a query that uses the same table multiple times, the order could
<ul><li>Fixed the Oracle mode: Oracle allows multiple rows with NULL in a unique index.
</li><li>Running out of memory could result in incomplete transactions or corrupted databases. Fixed.
</li><li>When using order by in a query that uses the same table multiple times, the order could
be incorrect. Fixed.
</li><li>Referential constraint checking improvement: now the constraint is only checked
if the key column values change.
......
......@@ -24,10 +24,10 @@ If you want to add a link, please send it to the support email address or post i
Seam In Action</a>
<h2>Extensions</h2>
<p><a href="http://code.google.com/p/h2sharp">
H2Sharp</a><br />
ADO.NET interface for the H2 database engine.
</p>
<a href="http://code.google.com/p/h2osgi">
h2osgi: OSGi for the H2 Database</a><br />
<a href="http://code.google.com/p/h2sharp">
H2Sharp: ADO.NET interface for the H2 database engine.</a><br />
<a href="http://geosysin.iict.ch/irstv-trac/wiki/H2spatial/Download">
Spatial capabilities</a>
......
......@@ -367,6 +367,7 @@ Roadmap
</li><li>Support merge join.
</li><li>H2 Console: in-place autocomplete (need to merge query and result frame, use div).
</li><li>MySQL compatibility: update test1 t1, test2 t2 set t1.id = t2.id where t1.id = t2.id;
</li><li>Oracle: support DECODE method (convert to CASE WHEN).
</li></ul>
<h2>Not Planned</h2>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论