summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-11-14 22:11:22 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-11-14 22:12:31 -0500
commit417749da78ec8ca89cff0b76d9fc4a67f93d5dce (patch)
tree99ad2a62c6d0cf987fe0bcb5833e3301c0b07a05
parent75f3edf5b5384c2be26b0a17f0b8468f3fb9b3bf (diff)
downloadsqlalchemy-417749da78ec8ca89cff0b76d9fc4a67f93d5dce.tar.gz
sync up some changes for #2604 and #2607 from 0.7.10, 0.8.0b2
-rw-r--r--doc/build/changelog/changelog_07.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_07.rst b/doc/build/changelog/changelog_07.rst
index 68e03a2e2..40dcc832c 100644
--- a/doc/build/changelog/changelog_07.rst
+++ b/doc/build/changelog/changelog_07.rst
@@ -129,6 +129,27 @@
: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