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-18 18:14:11
|
#2839: MySQL dialect's get_foreign_keys doesn't parse options
---------------------------+-------------------------------
Reporter: uijllji | Owner:
Type: defect | Status: new
Priority: high | Milestone: 0.8.xx
Component: mysql | Severity: major - 1-3 hours
Resolution: | Keywords: foreign keys
Progress State: in queue |
---------------------------+-------------------------------
Comment (by zzzeek):
well yeah, this is a total crapshow. we have a precedent of ignoring
"deferrable" already set up in #2721. But the approach in #2721 is really
only valid when someone is using SET FOREIGN_KEY_CHECKS=0.
So i think we need to rethink this entirely. I'd like to invalidate
#2721 and give that user an entirely different path for his FK situation.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2839#comment:2>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|