[sqlalchemy] Having trouble using .update() with polymorphic classes

2015-12-15 Thread Gerald Thibault
I can't figure out the syntax to issue an update, everything I try (attr name, column name, attribute) results in "unconsumed column names". Am I doing something wrong here? from sqlalchemy import * from sqlalchemy.ext.declarative import declarative_base from sqlalchemy.orm.session import

Re: [sqlalchemy] Having trouble using .update() with polymorphic classes

2015-12-15 Thread Mike Bayer
On 12/15/2015 06:26 PM, Gerald Thibault wrote: > I can't figure out the syntax to issue an update, everything I try (attr > name, column name, attribute) results in "unconsumed column names". > > Am I doing something wrong here? MoreTest is mapped using joined table inheritance, mapped to the