[sqlalchemy] Speed of BoundMetaData

2007-05-09 Thread Eric Brunson
I have a web app running under mod_python that dynamically builds forms to edit database records which uses the database's constrains pretty extensively to generate FK drop downs and appropriate validation rules. My problem is that as the schema has grown and the inter-table dependencies

[sqlalchemy] Re: Accessing other schemas

2006-11-13 Thread Eric Brunson
in rev 2102, see if that works. On Nov 13, 2006, at 11:53 AM, Eric Brunson wrote: I think my original posting of this question may have gotten overlooked, since I added it to the bottom of a different problem resolution. I'm putting it in it's own thread. I'm trying to connect to one

[sqlalchemy] Re: Accessing other schemas

2006-11-13 Thread Eric Brunson
into the mysql.py module inside of reflecttable(), and make the two changes from table.name to table.fullname, as illustrated in http:// www.sqlalchemy.org/trac/changeset/2102 . On Nov 13, 2006, at 12:34 PM, Eric Brunson wrote: Well, yeah, that's why I pointed out the first case where I