Dnia sobota 02 maja 2015 12:33:21 dr.hfuhruh...@gmail.com 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 pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to