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

Reply via email to