]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression in new "naming convention" feature where conventions
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Feb 2014 21:54:31 +0000 (16:54 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Feb 2014 21:54:31 +0000 (16:54 -0500)
commitc5dccd82dabffa1b01d1e2852c96684b559528c2
tree97c785bac4fd2ac29f2f5e7566ae4ac89dd73321
parentd006198e17fcbed65d88aeaa940ce512e95a6fff
- Fixed regression in new "naming convention" feature where conventions
would fail if the referred table in a foreign key contained a schema
name.  Pull request courtesy Thomas Farvour. pullreq github:67
doc/build/changelog/changelog_09.rst
test/sql/test_metadata.py