[sqlalchemy] KeyError when reflecting mssql tables that contains indexes with non alphanumeric chars in field names

2010-04-14 Thread ogg...@gmail.com
Hi, I'm just testing version 0.6 beta 3 with mssql and I've discovered that reflecting tables with indexes that contains fields with blank spaces raises a KeyError. To correct this I've changed sqlalchemy.dialects.mssql.base: --- sqlalchemy/dialects/mssql/base.py.orig2010-04-14

Re: [sqlalchemy] KeyError when reflecting mssql tables that contains indexes with non alphanumeric chars in field names

2010-04-14 Thread Michael Bayer
ogg...@gmail.com wrote: Hi, I'm just testing version 0.6 beta 3 with mssql and I've discovered that reflecting tables with indexes that contains fields with blank spaces raises a KeyError. To correct this I've changed sqlalchemy.dialects.mssql.base: ---