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

Documentation.

上级 7cce979b
...@@ -19,7 +19,9 @@ Change Log ...@@ -19,7 +19,9 @@ Change Log
<h1>Change Log</h1> <h1>Change Log</h1>
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>Subqueries with an aggregate did not always work. Example: <ul><li>Read-only databases in a zip file did not work when using the -baseDir option.
</li><li>Issue 334: SimpleResultSet.getString now also works for Clob columns.
</li><li>Subqueries with an aggregate did not always work. Example:
select (select count(*) from test where a = t.a and b = 0) from test t group by a select (select count(*) from test where a = t.a and b = 0) from test t group by a
</li><li>Server: in some (theoretical) cases, exceptions while closing the connection were swallowed. </li><li>Server: in some (theoretical) cases, exceptions while closing the connection were swallowed.
</li><li>Server.createTcpServer, createPgServer, createWebServer: invalid arguments are now detected. </li><li>Server.createTcpServer, createPgServer, createWebServer: invalid arguments are now detected.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论