提交 49207ecb authored 作者: Thomas Mueller's avatar Thomas Mueller

Issue 264: the Hibernate dialect in src/tools was removed because it is outdated.

上级 36841fdf
......@@ -18,7 +18,7 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>-
<ul><li>Issue 264: the Hibernate dialect in src/tools was removed because it is outdated.
</li></ul>
<h2>Version 1.3.148 Beta (2010-12-12)</h2>
......
......@@ -538,10 +538,9 @@ Shutting down a TCP server can be protected using the option <code>-tcpPassword<
<h2 id="using_hibernate">Using Hibernate</h2>
<p>
This database supports Hibernate version 3.1 and newer. You can use the HSQLDB Dialect,
or the native H2 Dialect. Unfortunately the H2 Dialect included in some versions of Hibernate is buggy.
or the native H2 Dialect. Unfortunately the H2 Dialect included in some old versions of Hibernate was buggy.
A <a href="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3401">patch
for Hibernate</a> has been submitted and is now applied. The dialect for the newest version of Hibernate
is also available at <code>src/tools/org/hibernate/dialect/H2Dialect.java.txt</code>.
for Hibernate</a> has been submitted and is now applied.
You can rename it to <code>H2Dialect.java</code> and include this as a patch in your application,
or upgrade to a version of Hibernate where this is fixed.
</p>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论