brycenesbitt wrote:
>    selectCriteria.add(CcsCouponPeer.RESERVATION_ID, (Object)"RESERVATION_ID
> is NULL", Criteria.CUSTOM);

I'd suggest

    selectCriteria.add(CcsCouponPeer.RESERVATION_ID, (Object)null,
        Criteria.IS_NULL);

here.

Bye, Thomas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to