[sqlalchemy] Re: MetaData reflect on Oracle with multiple visible tables

2007-11-05 Thread Michael Bayer
ah, excellent - patch looks pretty good, thanks. On Nov 5, 2007, at 8:59 AM, Michael Schlenker wrote: > > Michael Bayer schrieb: >> >> On Nov 5, 2007, at 6:44 AM, Michael Schlenker wrote: >> >>> I tried with: >> meta.reflect(schema=msc_ora1) >>> but it raises the same exception. I have not

[sqlalchemy] Re: MetaData reflect on Oracle with multiple visible tables

2007-11-05 Thread Michael Schlenker
Michael Bayer schrieb: > > On Nov 5, 2007, at 6:44 AM, Michael Schlenker wrote: > >> I tried with: > meta.reflect(schema=msc_ora1) >> but it raises the same exception. I have noticed the 'owner' >> attribute on the Table class, >> but how can i specify an owner for reflection as requested

[sqlalchemy] Re: MetaData reflect on Oracle with multiple visible tables

2007-11-05 Thread Michael Bayer
On Nov 5, 2007, at 6:44 AM, Michael Schlenker wrote: > > I tried with: meta.reflect(schema=msc_ora1) > but it raises the same exception. I have noticed the 'owner' > attribute on the Table class, > but how can i specify an owner for reflection as requested by the > Exception? > you'd h