Re: [sqlalchemy] sqlsoup and partitioned db's

2010-01-21 Thread Michael Bayer
Michael Bayer wrote: > razamatan wrote: >> sqlsoup explicitly used a scoped session, but i would like to use a >> shardedsession for my horizontally partitioned db. is this supported >> at all? thanks. > > > sure in 0.5 just swap out the Session global in sqlsoup. in 0.6 you can > set a session

Re: [sqlalchemy] sqlsoup and partitioned db's

2010-01-21 Thread Michael Bayer
razamatan wrote: > sqlsoup explicitly used a scoped session, but i would like to use a > shardedsession for my horizontally partitioned db. is this supported > at all? thanks. sure in 0.5 just swap out the Session global in sqlsoup. in 0.6 you can set a session on a per-SqlSoup basis: http://

[sqlalchemy] sqlsoup and partitioned db's

2010-01-21 Thread razamatan
sqlsoup explicitly used a scoped session, but i would like to use a shardedsession for my horizontally partitioned db. is this supported at all? thanks. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to sqlalch.