On Sun, 2007-05-27 at 16:39 -0400, [EMAIL PROTECTED] wrote:
> >              sql = """SELECT payment_id FROM amember_payments WHERE
> > member_id=%s AND expire_date > NOW() AND completed=1 AND (product_id
> >>> 11 AND product_id <21)""", (self.uid)
> >
> 
> 
> And doesn't the above comma, need to be a percent symbol?

No. The poster is using parameter passing, not string formatting.

-- 
Carsten Haese
http://informixdb.sourceforge.net


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to