I'm attempting to build tables in a schema named efile2 that already
exist in efile1. They're being created and it looks like SA doesn't
check for the schema name, but rather just the table name.
I'm using SA 0.3.1 and psycopg2.
['records', 'categories']
2006-11-16 11:33:11,147 INFO sqlalchemy.engine.base.Engine.0x..94 select
relname from pg_class where lower(relname) = %(name)s
2006-11-16 11:33:11,147 INFO sqlalchemy.engine.base.Engine.0x..94
{'name': 'categories'}
2006-11-16 11:33:11,158 INFO sqlalchemy.engine.base.Engine.0x..94 select
relname from pg_class where lower(relname) = %(name)s
2006-11-16 11:33:11,159 INFO sqlalchemy.engine.base.Engine.0x..94
{'name': 'records'}
Randall
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---