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

2010-06-28 Thread Steve Ebersole
ay, and which methods of Dialect should be defined? > > As suggested by Strong, I'll start a Jira issue once I get a resolution to > the BOOLEAN issue. > > Fred > ----- Original Message ----- > From: "Steve Ebersole" > To: "Fred Toussi" > Cc:

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

2010-06-28 Thread fredt
be defined? As suggested by Strong, I'll start a Jira issue once I get a resolution to the BOOLEAN issue. Fred - Original Message - From: "Steve Ebersole" To: "Fred Toussi" Cc: Sent: 28 June 2010 20:25 Subject: Re: [hibernate-dev] New version of HSQLDialect.

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

2010-06-28 Thread Steve Ebersole
Hey Fred, thats awesome. Curious whether y'all added temp table support? On Sun, 2010-06-27 at 02:01 +0100, Fred Toussi wrote: > I have made changes and additions to HSQLDialect to work with HSQLDB v. > 2.0.x. The Hibernate unit tests now run well with HSQLDB 1.8.x and > 2.0.x. > > New snapshot

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

2010-06-27 Thread Strong Liu
Fred, thanks for this patch. would you please open an improvement jira in hibernate jira (http://opensource.atlassian.com/projects/hibernate), and attach the patch there? On Jun 27, 2010, at 9:28 AM, Fred Toussi wrote: > The modified HSQLDialect is here: > > http://hsqldb.svn.sourceforge.n

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 and additions to