]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- dont create a self-ref FK if test suite marked as not supporting self ref
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Feb 2014 23:50:18 +0000 (18:50 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Feb 2014 23:50:18 +0000 (18:50 -0500)
commit43f95d3e5e8faec681141212d1e908b06a47e337
treeda277326b72d4de49e9535d02f42b0e9ca545883
parente8d048f10bb5f5239d1fde543c084b17e81a017f
- dont create a self-ref FK if test suite marked as not supporting self ref
- break out reflection of views to support view column reflection separately
from view definition
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/testing/suite/test_reflection.py