Re: [Sqlalchemy-users] table schema attribute with ProxyEngine

2006-04-26 Thread Michael Bayer
On Apr 26, 2006, at 5:04 PM, Randall Smith wrote: Why do I need a connection to define schema? That don't make no sense :) its a bug, the "schema" name is forcing it to ask for a "default schema" name from the database which hasnt been connected yet. this bug does not exist in 0.2 .

Re: [Sqlalchemy-users] table schema attribute with ProxyEngine

2006-04-26 Thread Randall Smith
Ignore typos in the Python source. I just saw this. > global_connect('postgres://database==mydb') I wrote this up in mutt, actually VIM, and didn't run it, but it should get the point across. Randall On Wed, Apr 26, 2006 at 04:04:22PM -0500, Randall Smith wrote: > I'm very new to sqlalchemy.

[Sqlalchemy-users] table schema attribute with ProxyEngine

2006-04-26 Thread Randall Smith
I'm very new to sqlalchemy. It solves some problems I couldn't solve well with SQLObject. The Table == Class line of thought was preventing me from doing lots of things. Anyhow, to my first issue. I will treat my sqlalchemy creations as a library and use them with various database connection ty