]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Reflection support has been added to the Sybase dialect.
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Nov 2012 16:39:11 +0000 (11:39 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Nov 2012 16:39:11 +0000 (11:39 -0500)
Big thanks to Ben Trofatter for all the work developing and
testing this. [ticket:1753]

doc/build/changelog/changelog_08.rst

index a5bf6d4aac3a58fc0fd94371fd0d551be80fee56..6b4e49bc34aaeb9d248c6c21b9fd07521381cbb7 100644 (file)
@@ -6,6 +6,14 @@
 .. changelog::
     :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