Re: [sqlalchemy] Mapper on several columns only (multiple column_property)

2009-11-27 Thread Michael Bayer
naktinis wrote: > What is the best way to map several columns from one table to another > table? Let's say I have two classes: LargeComplicatedClass and > AnotherClass. > > LargeComplicatedClass which is has a lot of eager loads and columns > with a lot of data, which is expensive to query. > > I a

[sqlalchemy] Mapper on several columns only (multiple column_property)

2009-11-27 Thread naktinis
What is the best way to map several columns from one table to another table? Let's say I have two classes: LargeComplicatedClass and AnotherClass. LargeComplicatedClass which is has a lot of eager loads and columns with a lot of data, which is expensive to query. I also have a AnotherClass to whi