Re: [sqlalchemy] problem with warning on reflection

2010-04-03 Thread Michael Bayer
I'll look into it but it seems like its detecting a quoting style that isn't actually there. the warning is harmless. when that "quoting" style is ultimately removed, the warning will be removed too. On Apr 3, 2010, at 5:19 PM, Mike Bernson wrote: > I am getting warning using 0.6beta2. >

[sqlalchemy] problem with warning on reflection

2010-04-03 Thread Mike Bernson
I am getting warning using 0.6beta2. The database is mysql. I get the following warning: /usr/local/ltcd/lib/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/base.py:2241: SADeprecationWarning: Manually quoting ENUM value literals is deprecated. Supply unquoted values and use the quoti