提交 6fba42b3 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 e9c2b93e
......@@ -18,7 +18,13 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>For an invalid value exception, the parameter name and value was
<ul><li>Connection-created Clob and Blob objects can now be filled using
Clob.setCharacterStream(1), Clob.setString(1, s), Blob.setBytes(1, x), Blob.setBinaryStream(1).
Issue 235.
</li><li>Trying to convert a very small CLOB to a BLOB or a very small CLOB to a BLOB threw a NullPointerException.
</li><li>INFORMATION_SCHEMA.SETTINGS: now the current page count can be queried using
select * from information_schema.settings where name = 'info.PAGE_COUNT'.
</li><li>For an invalid value exception, the parameter name and value was
switched in some cases.
</li><li>When using trace level 3, opening a database no longer prints
there is a EOFException (because that is the expected behavior).
......
......@@ -127,6 +127,7 @@ spread the word, and translated this project. Also many thanks to the donors:
</li><li>Pengxiang Shao, China
</li><li>Bilingual Marketing Group, USA
</li><li>Philippe Marschall, Switzerland
</li><li>Knut Staring, Norway
</li></ul>
<!-- [close] { --></div></td></tr></table><!-- } --><!-- analytics --></body></html>
......
......@@ -242,6 +242,12 @@ Dinamica Framework</a><br />
Ajax/J2EE framework for RAD development (mainly oriented toward hispanic markets).
</p>
<p><a href="http://dhis2.org">
District Health Information Software 2 (DHIS)</a><br />
The DHIS 2 is a tool for collection, validation, analysis, and presentation of aggregate statistical data,
tailored (but not limited) to integrated health information management activities.
</p>
<p><a href="http://www.avaje.org">
Ebean ORM Persistence Layer</a><br />
Open source Java Object Relational Mapping tool.
......
......@@ -537,7 +537,8 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Document the database file format.
</li><li>Support reading LOBs.
</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>Support defragmentation at runtime (similar to SHUTDOWN DEFRAG) in a background thread.
</li></ul>
<h2>Not Planned</h2>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论