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

Documentation.

上级 cd49d27d
...@@ -23,7 +23,7 @@ Change Log ...@@ -23,7 +23,7 @@ Change Log
this method will always return the last value. This was changed because Hibernate this method will always return the last value. This was changed because Hibernate
calls getQueryTimeout() a lot. calls getQueryTimeout() a lot.
</li><li>Issue 416: PreparedStatement.setNString throws AbstractMethodError. </li><li>Issue 416: PreparedStatement.setNString throws AbstractMethodError.
All implemented JDBC 4 methods that don't break compatiblity with Java 5 All implemented JDBC 4 methods that don't break compatibility with Java 5
are now included in the default jar file. are now included in the default jar file.
</li><li>Issue 414: for some functions, the parameters were evaluated twice </li><li>Issue 414: for some functions, the parameters were evaluated twice
(for example "char(nextval(..))" ran "nextval(..)" twice). (for example "char(nextval(..))" ran "nextval(..)" twice).
......
...@@ -1649,7 +1649,7 @@ public static class MyTableEngine implements org.h2.api.TableEngine { ...@@ -1649,7 +1649,7 @@ public static class MyTableEngine implements org.h2.api.TableEngine {
</pre> </pre>
and then create the table from SQL like this: and then create the table from SQL like this:
<pre> <pre>
CREATE TABLE mytable(id int, name varchar) ENGINE "acme.MyTableEngine"; CREATE TABLE TEST(ID INT, NAME VARCHAR) ENGINE "acme.MyTableEngine";
</pre> </pre>
</p> </p>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论