From: Mike Bayer Date: Mon, 22 Sep 2014 18:36:44 +0000 (-0400) Subject: - add changelog for bugfix re: match + SQLA 0.7 X-Git-Tag: rel_0_7_0~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49b41feef2ab5180a3e500c78731fade3e43b86a;p=thirdparty%2Fsqlalchemy%2Falembic.git - add changelog for bugfix re: match + SQLA 0.7 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 34e5e998..ba726802 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -58,6 +58,13 @@ Changelog Minimum SQLAlchemy version is now 0.7.6, however at least 0.8.4 is strongly recommended. + .. change:: + :tags: bug, operations + + The "match" keyword is not sent to :class:`.ForeignKeyConstraint` + by :meth:`.Operations.create_foreign_key` when SQLAlchemy 0.7 is in use; + this keyword was added to SQLAlchemy as of 0.8.0. + .. changelog:: :version: 0.6.7 :released: September 9, 2014