Re: Re[2]: [JBoss-dev] JDBC SQL Extensions

2001-08-18 Thread Dain Sundstrom
aturday, August 18, 2001 5:14 AM Subject: Re[2]: [JBoss-dev] JDBC SQL Extensions > Hi Dain, > > Be aware that MySQL doesn't support nested queries. > Outer joins is more portable solution IMHO. > BTW in Castor JDO we have "database drivers", which map OUTER JOINs > and

Re[2]: [JBoss-dev] JDBC SQL Extensions

2001-08-18 Thread Oleg Nitz
Hi Dain, Be aware that MySQL doesn't support nested queries. Outer joins is more portable solution IMHO. BTW in Castor JDO we have "database drivers", which map OUTER JOINs and FOR UPDATE to all popular databases. Oleg Dain Sundstrom wrote: > Issue 2: IS EMPTY function. How should I map the fol