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

Documentation.

上级 17c8fe72
...@@ -16,9 +16,10 @@ Change Log ...@@ -16,9 +16,10 @@ Change Log
<!-- } --> <!-- } -->
<h1>Change Log</h1> <h1>Change Log</h1>
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>- <ul><li>When creating a table, the precision must now be at least as large as the scale.
</li><li>Support for Java 1.3 and Java 1.4 has been removed.
</li><li>Improved error message for syntax error: the list of expected tokens was sometimes not set correctly.
</li></ul> </li></ul>
<h2>Version 1.3.154 (2011-04-04)</h2> <h2>Version 1.3.154 (2011-04-04)</h2>
......
...@@ -48,7 +48,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -48,7 +48,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Sequence: add features [NO] MINVALUE, MAXVALUE, CYCLE. </li><li>Sequence: add features [NO] MINVALUE, MAXVALUE, CYCLE.
</li><li>Make DDL (Data Definition) operations transactional. </li><li>Make DDL (Data Definition) operations transactional.
</li><li>Deferred integrity checking (DEFERRABLE INITIALLY DEFERRED). </li><li>Deferred integrity checking (DEFERRABLE INITIALLY DEFERRED).
</li><li>Groovy Stored Procedures: http://groovy.codehaus.org/Groovy+SQL </li><li>Groovy Stored Procedures: http://groovy.codehaus.org/GSQL
</li><li>Add a migration guide (list differences between databases). </li><li>Add a migration guide (list differences between databases).
</li><li>Optimization: automatic index creation suggestion using the trace file? </li><li>Optimization: automatic index creation suggestion using the trace file?
</li><li>Fulltext search Lucene: analyzer configuration, mergeFactor. </li><li>Fulltext search Lucene: analyzer configuration, mergeFactor.
...@@ -524,6 +524,8 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -524,6 +524,8 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>ARRAY data type: support Integer[] and so on in Java functions (currently only Object[] is supported). </li><li>ARRAY data type: support Integer[] and so on in Java functions (currently only Object[] is supported).
</li><li>MySQL compatibility: LOCK TABLES a READ, b READ - see also http://dev.mysql.com/doc/refman/5.0/en/lock-tables.html </li><li>MySQL compatibility: LOCK TABLES a READ, b READ - see also http://dev.mysql.com/doc/refman/5.0/en/lock-tables.html
</li><li>The HTML to PDF converter should use http://code.google.com/p/wkhtmltopdf/ </li><li>The HTML to PDF converter should use http://code.google.com/p/wkhtmltopdf/
</li><li>Issue 303: automatically convert "X NOT IN(SELECT...)" to "NOT EXISTS(...)".
</li><li>MySQL compatibility: update test1 t1, test2 t2 set t1.name=t2.name where t1.id=t2.id.
</li></ul> </li></ul>
<h2>Not Planned</h2> <h2>Not Planned</h2>
......
...@@ -280,7 +280,7 @@ otherwise they are not parsed correctly. If in doubt, add <code>;</code> before ...@@ -280,7 +280,7 @@ otherwise they are not parsed correctly. If in doubt, add <code>;</code> before
Call the corresponding <code>DatabaseMetaData.get</code> method. Call the corresponding <code>DatabaseMetaData.get</code> method.
Patterns are case sensitive (usually identifiers are uppercase). Patterns are case sensitive (usually identifiers are uppercase).
For information about the parameters, see the Javadoc documentation. For information about the parameters, see the Javadoc documentation.
Missing parameters at the end are set to null. The complete list of commands is: Missing parameters at the end of the line are set to null. The complete list of metadata commands is:
<code> <code>
@attributes, @best_row_identifier, @catalogs, @columns, @attributes, @best_row_identifier, @catalogs, @columns,
@column_privileges, @cross_references, @exported_keys, @column_privileges, @cross_references, @exported_keys,
...@@ -312,7 +312,7 @@ otherwise they are not parsed correctly. If in doubt, add <code>;</code> before ...@@ -312,7 +312,7 @@ otherwise they are not parsed correctly. If in doubt, add <code>;</code> before
@history; @history;
</td> </td>
<td> <td>
Show the command history. List the command history.
</td> </td>
</tr> </tr>
<tr> <tr>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论