summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-11-14 22:11:58 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-11-14 22:11:58 -0500
commit24d2cd0f595d508592268a38e3c71725e32d7383 (patch)
tree6b1704ec47f0d969a95acd608450c9be0f375603
parent519efc944350b8cb01953ee7ebaf724c2d570469 (diff)
parentd6545f7db78d8bd930685019678f6e7df056ed22 (diff)
downloadsqlalchemy-24d2cd0f595d508592268a38e3c71725e32d7383.tar.gz
Merge branch 'master' into rel_0_9
-rw-r--r--doc/build/changelog/changelog_07.rst21
-rw-r--r--doc/build/changelog/changelog_08.rst20
2 files changed, 21 insertions, 20 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
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index 15c78a3dc..3a5844bbb 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -1688,26 +1688,6 @@
Please use the :meth:`.MetaData.reflect` method.
.. change::
- :tags: engine, bug
- :tickets: 2604
-
- Fixed :meth:`.MetaData.reflect` to correctly use
- the given :class:`.Connection`, if given, without
- opening a second connection from that connection's
- :class:`.Engine`. Also in 0.7.10.
-
- .. change::
- :tags: mssql, bug
- :tickets: 2607
-
- 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.
- Also in 0.7.10.
-
- .. change::
:tags: sql, bug
:tickets: 2603