Re: [Sqlalchemy-users] DynamicMetaData with multiple engines

2006-06-07 Thread Mike Orr
On 6/7/06, Michael Bayer <[EMAIL PROTECTED]> wrote: > On Jun 7, 2006, at 6:57 PM, Mike Orr wrote: > > Is there a way to have the unbound metadata in the global variable, > > and then copy it to a bound metadata in the constructor? Then I could > > have self._meta instead of self._engine. I see ho

Re: [Sqlalchemy-users] DynamicMetaData with multiple engines

2006-06-07 Thread Michael Bayer
On Jun 7, 2006, at 6:57 PM, Mike Orr wrote: > Hi everyone. I took another stab at my chemical database program with > SQLAlchemy 0.2.2 and got the foreign-character and other issues > straightened out. My question now is, what does it mean that a > DynamicMetaData can be bound to multiple engin

[Sqlalchemy-users] DynamicMetaData with multiple engines

2006-06-07 Thread Mike Orr
Hi everyone. I took another stab at my chemical database program with SQLAlchemy 0.2.2 and got the foreign-character and other issues straightened out. My question now is, what does it mean that a DynamicMetaData can be bound to multiple engines? Does that mean simultaneously, or switching from