RE: [Hibernate] Quoted schema names...

2005-04-26 Thread Gavin King
I don't think so. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Bernard Sent: Monday, 25 April 2005 1:58 AM To: hibernate-devel@lists.sourceforge.net Subject: Re: [Hibernate] Quoted schema names... Didn't we have some trouble in 2.1.7 with a

RE: [Hibernate] Just saw some commits from Steve...

2005-04-26 Thread Steve Ebersole
A fix of a very nasty bug in eager-releasing connections. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Bauer Sent: Monday, April 25, 2005 11:58 AM To: hibernate-devel@lists.sourceforge.net hibernate-devel@lists.sourceforge.net Subject: Re:

[Hibernate] connect by

2005-04-26 Thread Gavin King
Should we support START WITH CONNECT BY in HQL (just for Oracle users)? Its trivial to implement I guess, what do you guys think?

Re: [Hibernate] connect by

2005-04-26 Thread Loïc Lefèvre
+1 And the ORDER SIBLINGS BY ... (Oracle 9i+) too (if possible). --- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a

Re: [Hibernate] connect by

2005-04-26 Thread Max Rydahl Andersen
What is the usecases for it ? Its nonportable, so why put it in HQL when it can be done via native sql queries where it kinda belongs ? +0 -max +1 And the ORDER SIBLINGS BY ... (Oracle 9i+) too (if possible). --- SF.Net email is sponsored by:

Re: [Hibernate] connect by

2005-04-26 Thread Emmanuel Bernard
Not keen. With native SQL you can achieve these specific cases, right? Gavin King wrote: Should we support START WITH CONNECT BY in HQL (just for Oracle users)? Its trivial to implement I guess, what do you guys think? -- Emmanuel Bernard [EMAIL PROTECTED] callto://emmanuelbernard