From: Mike Bayer Date: Thu, 7 Aug 2014 18:26:23 +0000 (-0400) Subject: - changelog for pullreq bitbucket:23 X-Git-Tag: rel_0_6_6~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=845052aba469d59e0654da5635dcb8550df5f214;p=thirdparty%2Fsqlalchemy%2Falembic.git - changelog for pullreq bitbucket:23 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 88379567..5f140405 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,6 +5,15 @@ Changelog .. changelog:: :version: 0.6.6 + .. change:: + :tags: bug + :pullreq: bitbucket:23 + + Fixed Py3K bug where an attempt would be made to sort None against + string values when autogenerate would detect tables across multiple + schemas, including the default schema. Pull request courtesy + paradoxxxzero. + .. change:: :tags: bug :pullreq: github:15