> the assert_unicode thing only happens with python SQL expressions, >usually DDL is issued using textual SQL. if youre using a SQL > expression for your DDL
The creates/drops are via Metadata.create_all() / .drop_all(), so perhaps there's an expression in that path? Didn't trace it yet (as I thought I might still have a chance to talk you out of it). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
