Jan Kanzleiter wrote:
> 
> a few days ago i wrote about my problem with the LIMIT-keyword using
> with mysql-database.
> 
> that is the code-snippet of the query:
> 
>                         query.create("Select p from de.terminator.lg.LgMitglied p
> LIMIT $1,$2");
>                         query.bind(1);
>                         query.bind(2);
> 
> with postgresql it runs perfectly.
> 
> with mysql i get this exception:
> java.lang.ArrayIndexOutOfBoundsException
> 
> can anybody help me?

Jan, 

I apologize for the delay. I have fixed this issue with MySQL. I will
check it in as soon as I create a CastorJDO compliant test for it. 

Bruce

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to