On Oct 8, 2007, at 9:18 PM, jtm wrote:

>
> I know in MySQL i could just prepend the database names to specify the
> tables. How do I
> do this in sqlalchemy? (It could just be that my SQL-fu isn't quite up
> to the task.)
>

use "schema='dotproject'" on your Table definition.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to