Tomasz Jezierski - Tefnet wrote:
> ---
> sqlalchemy.exc.ArgumentError: Column 'PhysObject.locationId' is not
> represented in mapper's table.  Use the `column_property()` function to
> force this column to be mapped as a read-only attribute.

ticket # 1523 has a patch that allows this approach to work, i.e. adding a
column to a joined-table after the mappings have been set up and having
the mapper figure out how to get it into the mapped table.   it needs unit
tests before committed but feel free to try it out.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to