[Sqlalchemy-tickets] [sqlalchemy] #2817: apply the autoquoting logic of mysql.ENUM to mysql.SET
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-08-31 22:43:19
|
#2817: apply the autoquoting logic of mysql.ENUM to mysql.SET
--------------------+---------------------------------------
Reporter: zzzeek | Owner:
Type: defect | Status: new
Priority: high | Milestone: 0.8.xx
Component: mysql | Severity: minor - half an hour
Keywords: | Progress State: in queue
--------------------+---------------------------------------
this was an oversight. SET has the same outdated quoting system, apply
the one for ENUM directly to it. see also
https://bitbucket.org/zzzeek/alembic/issue/138/mysql-set
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2817>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|