]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for [ticket:2183]
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Oct 2013 21:22:40 +0000 (17:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Oct 2013 21:22:40 +0000 (17:22 -0400)
doc/build/changelog/changelog_09.rst

index 1e7947cc5b0a2dc7952f4e26190f21adb790a865..d281397b41e4c3577a6b54b7526f147c27fa6ce2 100644 (file)
 .. changelog::
     :version: 0.9.0
 
+    .. change::
+        :tags: feature, sql, postgresql, mysql
+        :tickets: 2183
+
+        The Postgresql and MySQL dialects now support reflection/inspection
+        of foreign key options, including ON UPDATE, ON DELETE.  Postgresql
+        also reflects MATCH, DEFERRABLE, and INITIALLY.  Coutesy ijl.
+
     .. change::
         :tags: bug, mysql
         :tickets: 2839