[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

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


[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

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


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 and the new parser.
Gavin King wrote:
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

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


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.collection)
So we need to fix this one...


--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
http://jboss.com
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


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, 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 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 and the 
> new parser.
> 
> Gavin King wrote:
> 
> > 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
> 
> 
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from 
> real users. Discover which products truly live up to the 
> hype. Start reading now. 
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> hibernate-devel mailing list hibernate-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
> 




---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


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-devel@lists.sourceforge.net
> Subject: Re: [Hibernate] Nightly build/test, with Clover analysis
> 
> 
> Joshua,
> 
>  
> 
> (1)   the test suite needs MySQL 4.1
> 
> (2)   you need to clean before runs of junitinstrument (we need to do 
> something in the build script)
> 
> 
> 
> Joshua Davis wrote:
> 
> > I've got a minimally working nightly build running on my Linux box,
> > the results should be publised to a directory at the following URL:
> > http://shrubbery.mynetgear.net/hibernate
> >  
> > This build gets the latest code from CVS, builds it using clover and
> > runs the unit tests with the AST Query Translator turned on with an 
> > HSQLDB database.   There's a cron job that should launch a build at 
> > 3am EST every day.
> 
> 
> 
> -- 
> 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
> 
> 




---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


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 i dont know if that is enough for nightly builds ?
-max

-Original Message-
From: Gavin King [mailto:[EMAIL PROTECTED]
Sent: Monday, February 21, 2005 9:27 PM
To: Joshua Davis
Cc: hibernate-devel@lists.sourceforge.net
Subject: Re: [Hibernate] Nightly build/test, with Clover analysis
Joshua,

(1)   the test suite needs MySQL 4.1
(2)   you need to clean before runs of junitinstrument (we need to do
something in the build script)

Joshua Davis wrote:
> I've got a minimally working nightly build running on my Linux box,
> the results should be publised to a directory at the following URL:
> http://shrubbery.mynetgear.net/hibernate
>
> This build gets the latest code from CVS, builds it using clover and
> runs the unit tests with the AST Query Translator turned on with an
> HSQLDB database.   There's a cron job that should launch a build at
> 3am EST every day.

--
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



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
http://jboss.com
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


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: Tuesday, February 22, 2005 8:10 AM
> To: Joshua Davis; 'Gavin King'
> Cc: hibernate-devel@lists.sourceforge.net
> Subject: Re: [Hibernate] Nightly build/test, with Clover analysis
> 
> 
> 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 i dont know if that is enough for 
> nightly builds ?
> 
> -max
> 
> 
> >> -Original Message-
> >> From: Gavin King [mailto:[EMAIL PROTECTED]
> >> Sent: Monday, February 21, 2005 9:27 PM
> >> To: Joshua Davis
> >> Cc: hibernate-devel@lists.sourceforge.net
> >> Subject: Re: [Hibernate] Nightly build/test, with Clover analysis
> >>
> >>
> >> Joshua,
> >>
> >>
> >>
> >> (1)   the test suite needs MySQL 4.1
> >>
> >> (2)   you need to clean before runs of junitinstrument (we 
> need to do
> >> something in the build script)
> >>
> >>
> >>
> >> Joshua Davis wrote:
> >>
> >> > I've got a minimally working nightly build running on my 
> Linux box, 
> >> > the results should be publised to a directory at the 
> following URL: 
> >> > http://shrubbery.mynetgear.net/hibernate
> >> >
> >> > This build gets the latest code from CVS, builds it using clover 
> >> > and runs the unit tests with the AST Query Translator 
> turned on with an
> >> > HSQLDB database.   There's a cron job that should launch 
> a build at
> >> > 3am EST every day.
> >>
> >>
> >>
> >> --
> >> 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
> >>
> >>
> >
> >
> >
> >
> > ---
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real 
> > users. Discover which products truly live up to the hype. Start 
> > reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > ___
> > hibernate-devel mailing list hibernate-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/hibernate-devel
> 
> 
> 
> -- 
> Max Rydahl Andersen
> callto://max.rydahl.andersen
> 
> Hibernate
> [EMAIL PROTECTED]
> http://hibernate.org
> 
> JBoss Inc
> [EMAIL PROTECTED]
> http://jboss.com
> 
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from 
> real users. Discover which products truly live up to the 
> hype. Start reading now. 
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> hibernate-devel mailing list hibernate-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
> 




---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


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 individual scenario
coverage analysis?   I'll leave it at the individual level, for now.

> -Original Message-
> From: Max Rydahl Andersen [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, February 22, 2005 8:10 AM
> To: Joshua Davis; 'Gavin King'
> Cc: hibernate-devel@lists.sourceforge.net
> Subject: Re: [Hibernate] Nightly build/test, with Clover analysis
> 
> 
> 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 i dont know if that is enough for 
> nightly builds ?
> 
> -max
> 
> 
> >> -Original Message-
> >> From: Gavin King [mailto:[EMAIL PROTECTED]
> >> Sent: Monday, February 21, 2005 9:27 PM
> >> To: Joshua Davis
> >> Cc: hibernate-devel@lists.sourceforge.net
> >> Subject: Re: [Hibernate] Nightly build/test, with Clover analysis
> >>
> >>
> >> Joshua,
> >>
> >>
> >>
> >> (1)   the test suite needs MySQL 4.1
> >>
> >> (2)   you need to clean before runs of junitinstrument (we 
> need to do
> >> something in the build script)
> >>
> >>
> >>
> >> Joshua Davis wrote:
> >>
> >> > I've got a minimally working nightly build running on my 
> Linux box, 
> >> > the results should be publised to a directory at the 
> following URL: 
> >> > http://shrubbery.mynetgear.net/hibernate
> >> >
> >> > This build gets the latest code from CVS, builds it using clover 
> >> > and runs the unit tests with the AST Query Translator 
> turned on with an
> >> > HSQLDB database.   There's a cron job that should launch 
> a build at
> >> > 3am EST every day.
> >>
> >>
> >>
> >> --
> >> 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
> >>
> >>
> >
> >
> >
> >
> > ---
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real 
> > users. Discover which products truly live up to the hype. Start 
> > reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > ___
> > hibernate-devel mailing list hibernate-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/hibernate-devel
> 
> 
> 
> -- 
> Max Rydahl Andersen
> callto://max.rydahl.andersen
> 
> Hibernate
> [EMAIL PROTECTED]
> http://hibernate.org
> 
> JBoss Inc
> [EMAIL PROTECTED]
> http://jboss.com
> 




---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


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]
> [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, 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.collection)
> >>
> >> So we need to fix this one...
> >>
> >
> >
>
>
>
> --
> Max Rydahl Andersen
> callto://max.rydahl.andersen
>
> Hibernate
> [EMAIL PROTECTED]
> http://hibernate.org
>
> JBoss Inc
> [EMAIL PROTECTED]
> http://jboss.com
>
>
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> hibernate-devel mailing list
> hibernate-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


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 explicitly use the
oracle mode?
its how the guy who did SAPDialect submitted it...
/max

-Original Message-
From: [EMAIL PROTECTED]
[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, 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.collection)
>>
>> So we need to fix this one...
>>
>
>

--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
http://jboss.com
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
http://jboss.com
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


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.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 theta syntax; the

> normal
> mode uses ansi-style joins.  Any particular reason we explicitly use
the
> oracle mode?

its how the guy who did SAPDialect submitted it...

/max

>
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [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, 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.collection)
>> >>
>> >> So we need to fix this one...
>> >>
>> >
>> >
>>
>>
>>
>> --
>> Max Rydahl Andersen
>> callto://max.rydahl.andersen
>>
>> Hibernate
>> [EMAIL PROTECTED]
>> http://hibernate.org
>>
>> JBoss Inc
>> [EMAIL PROTECTED]
>> http://jboss.com
>>
>>
>> ---
>> SF email is sponsored by - The IT Product Guide
>> Read honest & candid reviews on hundreds of IT Products from real
users.
>> Discover which products truly live up to the hype. Start reading now.
>> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>> ___
>> hibernate-devel mailing list
>> hibernate-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
>



-- 
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]
http://jboss.com


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


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: [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 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 explicitly use
the
oracle mode?
its how the guy who did SAPDialect submitted it...
/max

-Original Message-
From: [EMAIL PROTECTED]
[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, 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.collection)
>>
>> So we need to fix this one...
>>
>
>

--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
http://jboss.com
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real
users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel




--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
http://jboss.com
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel