mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-01 13:28:30 -04:00
Vendored
+21
@@ -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
|
||||
|
||||
Vendored
-20
@@ -1687,26 +1687,6 @@
|
||||
The "reflect=True" argument to :class:`~sqlalchemy.schema.MetaData` is deprecated.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user