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

2005-02-22 Thread Max Rydahl Andersen
On Tue, 22 Feb 2005 09:04:01 -0600, Steve Ebersole <[EMAIL PROTECTED]> wrote: Ok, any particular reason we explicitly allow the oracle-mode usage to continue? ;) No, besides noone have ever complained ,) I guess it would make sense to have two dialects or ? /max -Original Message- From:

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

2005-02-22 Thread Steve Ebersole
Ok, any particular reason we explicitly allow the oracle-mode usage to continue? ;) -Original Message- 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.sourcefo

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

2005-02-22 Thread Max Rydahl Andersen
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 theta syntax; the normal mode uses ansi-style joins. Any particular reason we explici

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

2005-02-22 Thread Steve Ebersole
SAP (or at least MAXDB, which it became) has two modes of operation: normal and oracle. The oracle mode simulates oracle-style theta syntax; the normal mode uses ansi-style joins. Any particular reason we explicitly use the oracle mode? > -Original Message- > From: [EMAIL PROTECTED] > [

RE: [Hibernate] Nightly build/test, with Clover analysis

2005-02-22 Thread Joshua Davis
That should be fine. Tonight I'm going to try to move the testing scenarios into the main build.xml file, as it doesn't need to be in the nightly build.xml file. Also, I've realized that the coverage analysis could be cumulative (across all test scenarios), would that be more useful than the indi

RE: [Hibernate] Nightly build/test, with Clover analysis

2005-02-22 Thread Joshua Davis
I suppose we'll see. I've scheduled a build for 1pm EST as well. :) Also, I've installed MySQL 4.1 on that machine which should help the mysql configurations pass. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Max Rydahl Andersen > Sent: Tue

Re: [Hibernate] Nightly build/test, with Clover analysis

2005-02-22 Thread Max Rydahl Andersen
On Tue, 22 Feb 2005 08:05:19 -0500, Joshua Davis <[EMAIL PROTECTED]> wrote: I'll install MySQL 4.1, which should fix the ast-mysql and classic-mysql tests. Did someone already fix the junitinstrument target in build.xml? I made the instrument task not re-instrument already instrumented classes. But

RE: [Hibernate] Nightly build/test, with Clover analysis

2005-02-22 Thread Joshua Davis
I'll install MySQL 4.1, which should fix the ast-mysql and classic-mysql tests. Did someone already fix the junitinstrument target in build.xml? > -Original Message- > From: Gavin King [mailto:[EMAIL PROTECTED] > Sent: Monday, February 21, 2005 9:27 PM > To: Joshua Davis > Cc: hibernate-

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

2005-02-22 Thread Joshua Davis
I'll make a decorator for HQLTest that uses the Oracle dialect, it shouldn't need to actually connect to the DB and it will show the differences in SQL generation. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Gavin King > Sent: Tuesday, Februa

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 -

[Hibernate] Minor bug in new query parser

2005-02-22 Thread Gavin King
or not x = y seems to not be supported by the second stage of the grammar ... I'm guessing this is probably easy to fix? -- 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