Werner,

I found a typeo in the JavaDoc.

build/doc/javadoc/org/exolab/castor/jdo/OQLQuery.html Says :

oql = db.getQuery( "SELECT ... WHERE id=$" );

Where it sould be :

oql = db.getQuery( "SELECT ... WHERE id=$1" );

I will keep an eye out for others.

Phil



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

Reply via email to