[Sqlalchemy-tickets] [sqlalchemy] #2721: SQLAlchemy leaks the deferrable keyword in FKs for mysql d
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-05-06 20:49:38
|
#2721: SQLAlchemy leaks the deferrable keyword in FKs for mysql databases
-----------------------------------------+------------------------------
Reporter: kashif | Type: defect
Status: new | Priority: high
Milestone: | Component: mysql
Severity: no triage selected yet | Keywords: mysql deferrable
Progress State: awaiting triage |
-----------------------------------------+------------------------------
Foreign Key constraints in MySQL don't support the DEFERRABLE
clause/keyword, however if a FK constraint contains deferrable=True,
DEFERRABLE keyword is emitted in the table create DDL. This should not be
the case since table creation fails for table containing FKs with
deferrable=True.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2721>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|