> [...] I couldn't use BoundMetaData because I don't know the
> connection parameters until much after import time, so I am using the
> only other option I know of, which is DynamicMetaData [...]. 

I have exactly the same "problem". One option is to use global_connect and 
default_metadata (doc: "Using the global Metadata object"), but as my apps 
are essentially  multi-sources, I need to define datasources separatly. And I 
definitly cannot use the BoundMetaData and "hardcode" the connection 
parameters... So I'm using the DynamicMetaData and its connect method. Seems 
to be two independant features in this DynamicMetaData...


Seb
-- 
Sébastien LELONG
sebastien.lelong[at]sirloon.net
http://www.sirloon.net

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