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

[hibernate-dev] Search: Dynamic Document boosting

2009-04-30 Thread Sanne Grinovero
Hello, I'm currently needing to be able to define a per-entity INSTANCE different Boost, not just the type. Currently I could obtain this functionality by using a custom classbridge, but the entity is quite complex and building my own classbridge I will have to map all fields myself loosing the fl

[hibernate-dev] Re: Antlr3 / JDK 1.5

2009-04-30 Thread Steve Ebersole
OK, my email (hibernate.org) is finally back. Perhaps just heard no responses because it was down? Any objections? On Mon, 2009-04-20 at 08:54 -0500, Steve Ebersole wrote: > I am working wth Alexandre Porcelli on some major changes to the HQL > translators. Since the changes are drastic we dec