Many thanks, that's exactly what I need!

.oO V Oo.


On 07/05/2011 10:13 PM, Conor wrote:
SQLAlchemy can model this via joined table inheritance:
http://www.sqlalchemy.org/docs/orm/inheritance.html#joined-table-inheritance.
You are still responsible for setting up the tables in the way you
described, but SQLAlchemy will take care of the rest.

-Conor


--
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