]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Ensure 'options' is always present in foreign key info
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Jun 2016 19:07:14 +0000 (15:07 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Jun 2016 19:07:14 +0000 (15:07 -0400)
commitdaf209bd6b6fe94cbec162cef2a53c49e9f31cde
tree3072a482649ef2130728235f7641fc51693c22dd
parenta6817579cee4fb2569d961b611a4190f3f9fb7ee
Ensure 'options' is always present in foreign key info

Regarding 0e88bcc30ed49193b91f248123f526fa30007f22, "options"
needs to be present as a key in the dictionary because Alembic
uses this as a guide to know if the backend is even capable of
reporting on foreign key options.

Change-Id: I271090f75088cfeec24315a878060f9b8a265335
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/testing/suite/test_reflection.py
test/requirements.py