提交 29e0d657 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 4a672f93
......@@ -18,7 +18,11 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>Prepared statements with nested subqueries did not always return the correct result. Example:
<ul><li>ROWNUM could not be used for pagination. The follow query returned no rows:
select x from (select *, rownum as r from system_range(1, 3)) where r=2;
</li><li>Workaround for a java.sql.Date issue: years above 9999 are not formatted correctly.
When calling ResultSet.getString() on a date value, an alternative formatting algorithm is used.
</li><li>Prepared statements with nested subqueries did not always return the correct result. Example:
select ?, ?, (select count(*) from test t, (select id from test where 0=?) t2 where t2.id=t.id) from test
</li><li>When using MULTI_THREADED=TRUE, the exception following exception could be thrown:
"object already exists: TABLES"
......
......@@ -132,6 +132,11 @@ Tool to copy data from one database to another.
<h2>Products and Projects</h2>
<p><a href="http://www.accuprocess.com">
AccuProcess</a><br />
Visual business process modeling and simulation software for business users.
</p>
<p><a href="http://www.adeptiabpm.com">
Adeptia BPM</a><br />
A Business Process Management (BPM) suite to quickly and easily automate business processes and workflows.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论