On Jun 18, 2008, at 4:05 AM, Werner F. Bruhin wrote:

> All other tables (including the full version of preferences) are using
> "metadata = sa.MetaData()", instead of the "metadataMin" I use for the
> prefminimal definition.
>
> I got this working some month ago, but maybe this is not the right way
> to go about it and it bits me now?
>

using two separate MetaData objects, if I correctly understand that's  
what you're doing, is not going to work at all if that Table has any  
ForeignKey objects (which it does).   I dont see the use case for two  
distinct MDs.

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