[sqlalchemy] Re: Need help with the shard session and query get function

2008-07-04 Thread Jay Decker
I forgot to attach my_metadata.py, here is the content: from sqlalchemy import MetaData a_metadata = MetaData() b_metadata = MetaData() On Fri, Jul 4, 2008 at 7:34 PM, Jay Decker <[EMAIL PROTECTED]> wrote: > > its nonsensical to call upon the ShardedSession *within* the >

[sqlalchemy] Re: Need help with the shard session and query get function

2008-07-04 Thread Jay Decker
> its nonsensical to call upon the ShardedSession *within* the > query_chooser def. The ShardedSession can't do a query without a > return value from the chooser, so that it knows which engine to > query. I forgot to mention my lookup table is also sharded(in other words, lookup table is split in