Re: [sqlalchemy] Joining across multiple databases using temporary tables in a web-app

2020-06-08 Thread chloe decker
Thanks for helping me with that one. I guess I'll stick to what I am doing at the moment (minus the Bind.metadata ofcourse!!) while adding a core SQL insert() On Monday, 10 September 2012 19:34:12 UTC+5, Michael Bayer wrote: > > > On Sep 10, 2012, at 1:15 AM, RedBaron wrote: > > I am writing a w

Re: [sqlalchemy] Joining across multiple databases using temporary tables in a web-app

2012-09-10 Thread RedBaron
Thanks for helping me with that one. I guess I'll stick to what I am doing at the moment (minus the Bind.metadata ofcourse!!) while adding a core SQL insert() On Monday, 10 September 2012 20:04:17 UTC+5:30, Michael Bayer wrote: > > > On Sep 10, 2012, at 1:15 AM, RedBaron wrote: > > I am writing

Re: [sqlalchemy] Joining across multiple databases using temporary tables in a web-app

2012-09-10 Thread Michael Bayer
On Sep 10, 2012, at 1:15 AM, RedBaron wrote: > I am writing a web-app using Pyramid and in a couple of views I need to do a > join across databases. I have two separate models in my web-app and > initialize SQlalchemy for both separately like so > >Database - users: >DBSession_users =

[sqlalchemy] Joining across multiple databases using temporary tables in a web-app

2012-09-09 Thread RedBaron
I am writing a web-app using Pyramid and in a couple of views I need to do a join across databases. I have two separate models in my web-app and initialize SQlalchemy for both separately like so Database - users: DBSession_users = scoped_session(sessionmaker(extension=ZopeTransactionExten