[Hibernate] AST grammar for HQL

2003-11-18 Thread Joshua Davis
I've checked my code into my own CVS repository on Source Forge, in case anyone wants to have a look. Cleaned things up a bit, the tests should run anyway. The build depends on: ANT, ANTLR, and JUnit [EMAIL PROTECTED]:/cvsroot/yajul Module=hql Web view: http://cvs.sourceforge.net/viewcvs.py/yaj

Re: [Hibernate] Ant task for updating hibernate.cfg.xml

2003-11-18 Thread Max Rydahl Andersen
This sounds interesting - but please submit it via the JIRA (http://opensource.atlassian.com/projects/hibernate/secure/Dashboard.jspa) Best regards, Max Per Thomas Jahr wrote: Hi, I would like to donate this Ant task to the Hibernate project (how?). The purpose is to generate a hibernate.cfg.xml

[Hibernate] Ant task for updating hibernate.cfg.xml

2003-11-18 Thread Per Thomas Jahr
Hi, I would like to donate this Ant task to the Hibernate project (how?). The purpose is to generate a hibernate.cfg.xml based on mapping files generated by middlegen. I have attached the code, but maybe I should upload it to somewhere (CVS, wiki)? Or maybe it would be possible to get it to the H

Re: [Hibernate] Re: AST parser for HQL

2003-11-18 Thread David Channon
I really do think we need to set the HQL name (since it is our syntax) rather than use raw or what ever as a prefix. Common functions should have a common name in HQL so the dialects provide a high degree of portability. The function can never be a simple pass through in the select clause as HQL en

Re: [Hibernate] Re: AST parser for HQL

2003-11-18 Thread David Channon
I agree with the SQL-92 function option should eb included as the base set of supported functions. How many of our supported database are SQL-92? Obviously that will workout when the work is being done. I do like the idea of the extended syntax Gavin suggested but do question whether we need the

[Hibernate] Hibernate is ....

2003-11-18 Thread Daniel Bradby
Sorry about this off topic post ... I've been having fun with googlism.com http://www.googlism.com/index.htm?ism=Hibernate&type=1 Some of my favourites "hibernate is not enabled by default" "hibernate is set for "never" then this will be the likely cause of constant loops" "hibernate is a fast

Re: [Hibernate] EHCache and JDK1.4

2003-11-18 Thread Greg Luck
EHCache 0.5 was released today. It has the backport to JDK1.3 and JDK1.2 that has been discussed in this thread included. The Changelog follows: EHCache-0.5 === Bug Fixes - - Implemented not creating a Disk Store when overflowToDisk="false" is set in ehcache.xml - toString() met