Re: [sqlalchemy] rowcount not populated?

2010-10-26 Thread Michael Bayer
the result should have a rowcount, yes. we have a lot of tests for rowcount which pass so would need something very specific to test here. On Oct 26, 2010, at 7:15 AM, Wichert Akkerman wrote: > On an environment using SQLAlchemy 0.6.5 and psycopg 2.2.2 I run the > following code: > > sess

[sqlalchemy] rowcount not populated?

2010-10-26 Thread Wichert Akkerman
On an environment using SQLAlchemy 0.6.5 and psycopg 2.2.2 I run the following code: session.execute(Article.__table__.update() .where(Article.retailer_id==self.retailer_id) .where(Article.publish_end>=datetime.date.today()) .values(publish