[hibernate-dev] Please commit the HHH-5842 patch

2011-02-03 Thread Fred Toussi
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

Re: [hibernate-dev] missing ANTLR dependency from gradle built pom.xml

2011-01-15 Thread Fred Toussi
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

[hibernate-dev] Hibernate Build and Tests

2010-12-18 Thread Fred Toussi
support? Fred Toussi ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] New HSQLDialect

2010-07-13 Thread Fred Toussi
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

Re: [hibernate-dev] New version of HSQLDialect.java

2010-06-26 Thread Fred Toussi
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

[hibernate-dev] New version of HSQLDialect.java

2010-06-26 Thread Fred Toussi
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 _