]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- add changelog for bugfix re: match + SQLA 0.7
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Sep 2014 18:36:44 +0000 (14:36 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Sep 2014 18:36:44 +0000 (14:36 -0400)
docs/build/changelog.rst

index 34e5e998757db86035830aa91fea2cd31f0fa4da..ba7268020953688d7c631bc1f0a2d575c9613990 100644 (file)
@@ -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