From 417749da78ec8ca89cff0b76d9fc4a67f93d5dce Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 14 Nov 2013 22:11:22 -0500 Subject: [PATCH] sync up some changes for #2604 and #2607 from 0.7.10, 0.8.0b2 --- doc/build/changelog/changelog_07.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/build/changelog/changelog_07.rst b/doc/build/changelog/changelog_07.rst index 68e03a2e25..40dcc832c0 100644 --- a/doc/build/changelog/changelog_07.rst +++ b/doc/build/changelog/changelog_07.rst @@ -128,6 +128,27 @@ :version: 0.7.10 :released: Thu Feb 7 2013 + .. change:: + :tags: engine, bug + :tickets: 2604 + :versions: 0.8.0b2 + + Fixed :meth:`.MetaData.reflect` to correctly use + the given :class:`.Connection`, if given, without + opening a second connection from that connection's + :class:`.Engine`. + + .. change:: + :tags: mssql, bug + :tickets:2607 + :versions: 0.8.0b2 + + Fixed bug whereby using "key" with Column + in conjunction with "schema" for the owning + Table would fail to locate result rows due + to the MSSQL dialect's "schema rendering" + logic's failure to take .key into account. + .. change:: :tags: sql, mysql, gae :tickets: 2649 -- 2.47.2