diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-06 12:52:18 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-06 12:52:18 -0400 |
| commit | 555f30d64c23558a13bb95c2c10cb8556b5b21ae (patch) | |
| tree | c4ff1b1cc9d181be987e2210020d7c39c274d35b /doc | |
| parent | 9a736a4c6e3a21a4d3682a0bd2b547ef0703a027 (diff) | |
| download | sqlalchemy-555f30d64c23558a13bb95c2c10cb8556b5b21ae.tar.gz | |
When querying the information schema on SQL Server 2000, removed
a CAST call that was added in 0.8.1 to help with driver issues,
which apparently is not compatible on 2000.
The CAST remains in place for SQL Server 2005 and greater.
[ticket:2747]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 9 | ||||
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 10 |
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 82e65272b..e3b14bc28 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -7,6 +7,15 @@ :version: 0.8.2 .. change:: + :tags: bug, mssql + :tickets: 2747 + + When querying the information schema on SQL Server 2000, removed + a CAST call that was added in 0.8.1 to help with driver issues, + which apparently is not compatible on 2000. + The CAST remains in place for SQL Server 2005 and greater. + + .. change:: :tags: bug, mysql :tickets: 2721 diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index c5ee84a7b..1c27d7bf6 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -7,6 +7,16 @@ :version: 0.9.0 .. change:: + :tags: bug, mssql + :tickets: 2747 + + When querying the information schema on SQL Server 2000, removed + a CAST call that was added in 0.8.1 to help with driver issues, + which apparently is not compatible on 2000. + The CAST remains in place for SQL Server 2005 and greater. + Also in 0.8.2. + + .. change:: :tags: bug, mysql :tickets: 2721 |
