From: Mike Bayer Date: Sat, 17 Nov 2012 16:39:11 +0000 (-0500) Subject: Reflection support has been added to the Sybase dialect. X-Git-Tag: rel_0_8_0b2~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=790024f5a3d4d5b03d440777da56a8446bf359d1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Reflection support has been added to the Sybase dialect. Big thanks to Ben Trofatter for all the work developing and testing this. [ticket:1753] --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index a5bf6d4aac..6b4e49bc34 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -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