mmmh.
This is about underlying base-framework of a system, equivalent in
complexity to ERP.

So i have unknown hierarchy of classes - be them documents, entities,
whatever u fancy. And they can point to each other in an unknown way.

if u want some example: DocumentA1 has some data and references other
such documents (e.g. parent - in a reason-consequence chain); then
DocumentA2 inherits DocumentA1 and adds some more fields to fill.

More, i'm dealing with this O2R stuff over 10 years and i'm sick of
specificaly write something over and over if it can be automated.
But just recently i saw some light in the tunnel - SAlchemy.

Therefore, all this about automating the O2R mapping. Major step? can
be. i will do it.

On Jan 17, 11:29 am, Paul Johnston <[EMAIL PROTECTED]> wrote:
Hi Svil,

> here the case where B inherits A, and A references either A or B. i
> cannot get this to work.What may help everyone here, is if you can give a 
concrete usage example
of why you want to do this. It's likely there's a way to achieve what
you want to do without such major steps.

Paul


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to