From: Mike Bayer Date: Fri, 25 Oct 2013 21:22:40 +0000 (-0400) Subject: - changelog for [ticket:2183] X-Git-Tag: rel_0_9_0b1~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0cd41dd50e9279b8f7823eadd001f04605990a4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for [ticket:2183] --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 1e7947cc5b..d281397b41 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -12,6 +12,14 @@ .. 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