[hibernate-dev] Dialect support for SQL comments.

2008-07-06 Thread Daniel Bell
Hi, I have recently tried turning on SQL comments in hibernate 3.2.6.ga. However, I found that our database (informix 7.31) did not support SQL where the comment was at the start of the comment. Instead, the comment needed to be after the SQL. For example: /* not accepted by informix 7.31*/ sele

Re: [hibernate-dev] Dialect support for SQL comments.

2008-07-07 Thread Daniel Bell
m/projects/hibernate/secure/Dashboard.jspa thanks -- Emmanuel Bernard http://in.relation.to/Bloggers/Emmanuel | http://blog.emmanuelbernard.com | http://twitter.com/emmanuelbernard Hibernate Search in Action (http://is.gd/Dl1) On Jul 6, 2008, at 18:41, Daniel Bell wrote: Hi, I have rece

[hibernate-dev] Dialect support for SQL comments.

2009-04-30 Thread Daniel Bell
Hi, I have recently tried turning on SQL comments in hibernate 3.2.6.ga. However, I found that our database (informix 7.31) did not support SQL where the comment was at the start of the comment. Instead, the comment needed to be after the SQL. For example: /* not accepted by informix 7.31*/

Re: [hibernate-dev] Dialect support for SQL comments.

2009-05-04 Thread Daniel Bell
or inclusion. > > Cheers, > > Chris > > Daniel Bell wrote: > > Hi, > > > > I have recently tried turning on SQL comments in hibernate 3.2.6.ga. > > However, I found that our database (informix 7.31) did not support SQL > > where the comment was at the start