This patch adds a BINARY type size parameter currently missing from the
HSQLDB dialect and affecting the latest HSQLDB versions with Hibernate
3.6.0 final.
Fred
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman
I don't know if this is directly relevant (as it is a Maven build), but
the other day I downloaded the 3.6.0 final code from github and used
Idea 10 to create a (Maven) project from the sources. Once the project
was created, it did not compile, and the first visible errors showed
classes created by
support?
Fred Toussi
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
relaxed by default, but if they are all turned on, more
tests result in failure.
Please review and ask any questions. I will help both with HSQLDB issues
and with general SQL issues.
Fred Toussi
___
hibernate-dev mailing list
hibernate-dev@lists.jboss
The modified HSQLDialect is here:
http://hsqldb.svn.sourceforge.net/viewvc/hsqldb/base/trunk/src/org/hibernate/dialect/HSQLDialect.java?view=log
Sorry for the omission in the original post.
Fred Toussi
On Sun, 27 Jun 2010 02:01 +0100, "Fred Toussi"
wrote:
> I have made changes
h the latest Hibernate SVN code.
HSQLDB 2.0.x supports 3 URL properties to enforce strict type and name
checking according to ANSI SQL. The defaults for some of these are
relaxed. See http://hsqldb.org/doc/2.0/guide/dbproperties-chapt.html
Fred Toussi
HSQLDB Project
_