Dnia sobota 02 maja 2015 12:33:21 [email protected] pisze: > Chris, this is exactly what I am doing. > > See this code > > DBSession.execute( > Association.__table__.delete() > .where(Association.user_id == json_body['user_id']) > .where(Association.group_id == json_body['group_id']) > ) > > transaction.commit()
Shouldn't you DBSession.commit() instead? Pozdrawiam, Piotr. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
