Re: [Sqlalchemy-tickets] [sqlalchemy] #2839: MySQL dialect's get_foreign_keys doesn't parse options
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-10-25 21:22:26
|
#2839: MySQL dialect's get_foreign_keys doesn't parse options
---------------------------+----------------------------------
Reporter: uijllji | Owner:
Type: defect | Status: new
Priority: high | Milestone: 0.9.0
Component: mysql | Severity: minor - half an hour
Resolution: | Keywords: foreign keys
Progress State: in queue |
---------------------------+----------------------------------
Changes (by zzzeek):
* severity: major - 1-3 hours => minor - half an hour
* milestone: 0.8.xx => 0.9.0
Comment:
AFAICT this is failing strictly because CASCADE has been spelled wrong for
many years:
`kw['on'] = 'RESTRICT|CASCASDE|SET NULL|NOACTION'`
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2839#comment:3>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|