Re: [Hibernate] Oracle failures (theta-style)

2005-02-22 Thread Max Rydahl Andersen
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max Rydahl Andersen Sent: Tuesday, February 22, 2005 8:57 AM To: Steve Ebersole; Gavin King; hibernate-devel@lists.sourceforge.net Subject: Re: [Hibernate] Oracle failures (theta-style) On Tue, 22 Feb 2005 08:57:13 -0600, Steve Eb

RE: [Hibernate] Oracle failures (theta-style)

2005-02-22 Thread Steve Ebersole
@lists.sourceforge.net Subject: Re: [Hibernate] Oracle failures (theta-style) On Tue, 22 Feb 2005 08:57:13 -0600, Steve Ebersole <[EMAIL PROTECTED]> wrote: > SAP (or at least MAXDB, which it became) has two modes of operation: > normal > and oracle. The oracle mode simulates oracle-style th

Re: [Hibernate] Oracle failures (theta-style)

2005-02-22 Thread Max Rydahl Andersen
x27; Subject: Re: [Hibernate] Oracle failures (theta-style) On Tue, 22 Feb 2005 21:37:00 +1100, Gavin King <[EMAIL PROTECTED]> wrote: > This makes almost all tests fail with OracleDialect and the new parser. TimesTen and SAP too -max > > Gavin King wrote: > >> Ok, wel

RE: [Hibernate] Oracle failures (theta-style)

2005-02-22 Thread Steve Ebersole
TECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Max > Rydahl Andersen > Sent: Tuesday, February 22, 2005 4:49 AM > To: Gavin King; 'hibernate-devel@lists.sourceforge.net' > Subject: Re: [Hibernate] Oracle failures (theta-style) > > > On Tue, 22 Feb 2005 21:37:00 +1100

RE: [Hibernate] Oracle failures (theta-style)

2005-02-22 Thread Joshua Davis
n King > Sent: Tuesday, February 22, 2005 5:37 AM > To: 'hibernate-devel@lists.sourceforge.net' > Subject: Re: [Hibernate] Oracle failures (theta-style) > > > Using OracleDialect (instead of Oracle9Dialect), things seem to > basically work, except, sometimes there is a mis

Re: [Hibernate] Oracle failures (theta-style)

2005-02-22 Thread Max Rydahl Andersen
On Tue, 22 Feb 2005 21:37:00 +1100, Gavin King <[EMAIL PROTECTED]> wrote: This makes almost all tests fail with OracleDialect and the new parser. TimesTen and SAP too -max Gavin King wrote: Ok, well it looks like almost all of the Oracle failures are to do with: where x in elements(y.collectio

Re: [Hibernate] Oracle failures (theta-style)

2005-02-22 Thread Gavin King
Using OracleDialect (instead of Oracle9Dialect), things seem to basically work, except, sometimes there is a missing comma in the from clause. This is 'cos you need commas in theta-style joins where you would not need them in ANSI-style joins. This makes almost all tests fail with OracleDialect

[Hibernate] Oracle failures

2005-02-22 Thread Gavin King
Ok, well it looks like almost all of the Oracle failures are to do with: where x in elements(y.collection) So we need to fix this one... -- Gavin King +61 410 534 454 +1 404 822 8349 callto://gavinking Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com -