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

2011-06-02 Thread Michael Bayer
This is a bug (you've just discovered it, thanks !). I've added ticket #2181 for this and I'm hoping to do a pass for 0.7.1 this weekend. The issue is specific to windows and MySQL (not a platform we get as much opportunity to test on...). I would be curious, if you are naming the table as:

[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 foll