summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-11-17 11:39:11 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-11-17 11:39:11 -0500
commit790024f5a3d4d5b03d440777da56a8446bf359d1 (patch)
tree8f9d772c262d5bff8e52f7d711d74c85a6c34cde
parent123a5349d2c13c756ecf50e26e2cecf3d0e30c98 (diff)
downloadsqlalchemy-790024f5a3d4d5b03d440777da56a8446bf359d1.tar.gz
Reflection support has been added to the Sybase dialect.
Big thanks to Ben Trofatter for all the work developing and testing this. [ticket:1753]
-rw-r--r--doc/build/changelog/changelog_08.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index a5bf6d4aa..6b4e49bc3 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -7,6 +7,14 @@
:version: 0.8.0b2
.. change::
+ :tags: sybase, feature
+ :tickets: 1753
+
+ Reflection support has been added to the Sybase dialect.
+ Big thanks to Ben Trofatter for all the work developing and
+ testing this.
+
+ .. change::
:tags: engine, feature
The :meth:`.Connection.connect` and :meth:`.Connection.contextual_connect`