[sqlalchemy] Sqlalchemy exception for mysql in window: TypeError: immutabledict object is immutable

2011-06-02 Thread zhwolf
Hi, I experienced the exception while accessing a mysql database in windows via sqlalchemy0.7.0. It should be due to source code error in 0.7.0: The member tables of class MetaData is created as immutabledict, sqlalchemy\schema.py::line 2181 self.tables = util.immutabledict() But the

[sqlalchemy] Re: Sqlalchemy exception for mysql in window: TypeError: immutabledict object is immutable

2011-06-02 Thread zhwolf
Thanks, the patch works now. Jun Zhou -- 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 sqlalchemy+unsubscr...@googlegroups.com. For