RE: [Hibernate] AST grammar for HQL

2003-11-22 Thread Joshua Davis
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > > Well, lets get it to spit out some SQL, I suppose. I think > the first step is to get it to translate: > > from Foo foo where foo.id = 1 > > to SQL, given a mock instance of net.sf.hibernate.persister

Re: [Hibernate] AST grammar for HQL

2003-11-22 Thread Max Rydahl Andersen
Darn - read only cvs... Can't see those files yet - not even on the viewcvs. /max Joshua Davis wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Well, lets get it to spit out some SQL, I suppose. I think the first step is to get it to translate: from F

RE: [Hibernate] AST grammar for HQL

2003-11-22 Thread Joshua Davis
Max, Viewcvs can be delayed sometimes. Try 'cvs checkout -P hql' with CVSROOT set to '[EMAIL PROTECTED]:/cvsroot/yajul'. The files are all there. Josh > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Max Rydahl Andersen > Sent: Saturday, Novemb

RE: [Hibernate] Hibernate 2.1 Deadline!

2003-11-22 Thread Jeff Boring
Guys: I'm late with this but if there is something I could do to help, I've love to. Perhaps help with documenting the demo application? Jeff Jeff W Boring [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gavin

Re: [Hibernate] Hibernate 2.1 Deadline!

2003-11-22 Thread Gavin King
Jeff Boring wrote: I'm late with this but if there is something I could do to help, I've love to. Thanks Jeff. > Perhaps help with documenting the demo application? yes! that would be awesome :) Christian, can you set up an account for Jeff on the CVS server? Thanks again. -- Gavin King JB

RE: [Hibernate] AST grammar for HQL

2003-11-22 Thread Joshua Davis
Well, just tried that and discovered that the anonymous CVS is definitely out of sync. Argh. Uploaded a source zip to sourceforge for the impatient: http://prdownloads.sourceforge.net/yajul/hql-src.zip?download > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PR