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

Documentation.

上级 546872b7
......@@ -19,20 +19,20 @@ Change Log
<h2>Next Version (unreleased)</h2>
<ul><li>In the MySQL mode, SHOW TABLES didn't work, and meta data tables were not
case insensitive. Updateable result sets didn't work as expected. Issue 249.
</li><li>Connection-created Clob and Blob objects can now be filled using
case insensitive. Updatable result sets didn't work as expected. Issue 249.
</li><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
</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
</li><li>When using trace level 3, opening a database no longer prints
there is a EOFException (because that is the expected behavior).
</li><li>CALL calling a Java function with return type ResultSet and
</li><li>CALL calling a Java function with return type ResultSet and
return value null threw a ClassCastException.
</li><li>SELECT ... FROM CSVREAD no longer creates a temporary file.
</li><li>SELECT ... FROM CSVREAD no longer creates a temporary file.
Some large imports are now twice as fast.
</li></ul>
......
......@@ -244,7 +244,7 @@ Ajax/J2EE framework for RAD development (mainly oriented toward hispanic markets
<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,
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>
......
......@@ -538,7 +538,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</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,...
</li><li>Support defragmentation 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></ul>
<h2>Not Planned</h2>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -29,7 +29,6 @@ public abstract class Task implements Runnable {
/**
* The method to be implemented.
*
* @return the value, or null
* @throws Exception any exception is wrapped in a RuntimeException
*/
public abstract void call() throws Exception;
......@@ -56,7 +55,8 @@ public abstract class Task implements Runnable {
}
/**
* Calling this method will set the stop flag and wait until the thread is stopped.
* Calling this method will set the stop flag and wait until the thread is
* stopped.
*
* @return the result, or null
* @throws RuntimeException if an exception in the method call occurs
......
......@@ -658,4 +658,5 @@ skiing honor marketing sleeping dlucene timezones shifted analyzed insists
train joining bilingual existed extremely fog bordercolor overlapping
unlocking webkit dalvik recorded defrag marschall helping victor philippe
pyankov enctype multipart boundary mistake enlarge demonstrates aggregating
bypassing khtml doubled inlined defragmented registers leftover ugly artificially
\ No newline at end of file
bypassing khtml doubled inlined defragmented registers leftover ugly artificially
presentation defragment queried activities knut tailored dhis statistical norway
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论