[sqlalchemy] Bulk Update using ShardedSession

2013-09-24 Thread Piotr Deszyński
I'm tryign to do a bulk update using sqlalchemy ShardedSession. I've stumbled on a problem when i have to do a bulk update without selecting rows from a database. Here's how I've tried to do it: class Row(Base, object): #pylint: disable=I0011, R0903 ''' Row ''' __tablename__

Re: [sqlalchemy] Bulk Update using ShardedSession

2013-09-24 Thread Michael Bayer
On Sep 23, 2013, at 8:13 AM, Piotr Deszyński deszyn...@red-sky.pl wrote: I'm tryign to do a bulk update using sqlalchemy ShardedSession. I've stumbled on a problem when i have to do a bulk update without selecting rows from a database. Here's how I've tried to do it: class Row(Base,

Re: [sqlalchemy] Bulk Update using ShardedSession

2013-09-24 Thread Piotr Deszyński
Hello, Ok, thank you for the answer. I will try to look into that deeper then. Best regards W dniu środa, 25 września 2013 02:51:06 UTC+2 użytkownik Michael Bayer napisał: On Sep 23, 2013, at 8:13 AM, Piotr Deszyński desz...@red-sky.pljavascript: wrote: I'm tryign to do a bulk update