Sorry for the bad subject, and probably incorrect terminology but is
it possible to set up a table that would allow a foreign key link (or
any other technique) that would enable it to bind against *any* other
mapped class?

The context for this is there is a DB table that stores tasks to be
executed. These tasks could relate to lots and lots of other mapped
classes, and essentially I'd just like to be able to call:

sentinelTask.dbObject

where dbObject could be a user, project, client or any other allready
mapped class.

Is this possible? What should the DB structure be to set this sort of
relationship up.

Sorry if this is just plain stupid, any pointers much appreciated.

Jules
-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@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