@@ -384,6 +384,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
...
@@ -384,6 +384,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>OSGi: create a sample application, test, document.
</li><li>OSGi: create a sample application, test, document.
</li><li>help.csv: use complete examples for functions; run as test case.
</li><li>help.csv: use complete examples for functions; run as test case.
</li><li>Functions to calculate the memory and disk space usage of a table, a row, or a value.
</li><li>Functions to calculate the memory and disk space usage of a table, a row, or a value.
</li><li>If the database URL ends with ";INIT=<url>" then the SQL script from the given file or URL is executed (the user name must have admin rights). Example URL: jdbc:h2:mem:test;INIT=~/init.sql
</li><li>Re-implement PooledConnection; use a lightweight connection object.
</li><li>Re-implement PooledConnection; use a lightweight connection object.
</li><li>Doclet: convert tests in javadocs to a java class.
</li><li>Doclet: convert tests in javadocs to a java class.
</li><li>Doclet: format fields like methods, but support sorting by name and value.
</li><li>Doclet: format fields like methods, but support sorting by name and value.
...
@@ -466,7 +467,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
...
@@ -466,7 +467,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Move away from system properties where possible.
</li><li>Move away from system properties where possible.
</li><li>Database file lock: detect hibernate / standby / very slow threads (compare system time).
</li><li>Database file lock: detect hibernate / standby / very slow threads (compare system time).
</li><li>Automatic detection of redundant indexes.
</li><li>Automatic detection of redundant indexes.
</li><li>If the database URL ends with ";INIT=<url>" then the SQL script from the given file or URL is executed (the user name must have admin rights). Example URL: jdbc:h2:mem:test;INIT=~/init.sql
</li><li>Maybe reject join without "on" (except natural join).
</li><li>Maybe reject join without "on" (except natural join).
</li><li>Cluster: support load balance with values for each server / auto detect.
</li><li>Cluster: support load balance with values for each server / auto detect.