So what I want to do is to reflect all the tables in an existing MS
SQL Server database, and use for loop on sorted_tables list and
tometadata() function to create a new PostgreSQL database. However,
there are some datatype incompatibility. Got an exception about
collation on MS SQL server tables.

Wondering if there any way to work around this, may be write
decorators for some SA API or something?

Thank you.

                     ---Tony

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to