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

2009-05-04 Thread Chris Bredesen
Daniel, Thanks for the work on this. You should file a JIRA and include your patch there so it can be considered for 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)

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

2009-05-04 Thread Daniel Bell
Chris, I created a JIRA for this with a patch on 7/Jul/8. See HHH-3379. Thanks, Daniel. On Mon, 2009-05-04 at 16:22 -0400, Chris Bredesen wrote: Daniel, Thanks for the work on this. You should file a JIRA and include your patch there so it can be considered for inclusion. Cheers,

[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.

2008-07-07 Thread Emmanuel Bernard
Hi Daniel Can you attach that patch to JIRA si that it will not be lost. http://opensource.atlassian.com/projects/hibernate/secure/Dashboard.jspa thanks -- Emmanuel Bernard http://in.relation.to/Bloggers/Emmanuel | http://blog.emmanuelbernard.com | http://twitter.com/emmanuelbernard

[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*/