[sqlalchemy] Re: Association Objects

2011-12-07 Thread Julian
Thanks for the reply! On Dec 7, 8:41 pm, Michael Bayer mike...@zzzcomputing.com wrote: Well your EventOccurence has event_name already there as the primary key soorder_by=event_name:     location = relationship(Location,        backref=backref(            event_occurences,            

[sqlalchemy] Re: Association objects in 0.4.2p3

2008-02-12 Thread Michael Bayer
On Feb 12, 2008, at 9:41 AM, Donovan Kolbly wrote: I am trying to go through the mapping tutorial in 0.4.2p3 for association objects. I get an error about Could not assemble any primary key columns for mapped table 'association' when attempting to map the association table itself. This