From: Mike Bayer Date: Tue, 2 Jul 2013 17:53:01 +0000 (-0400) Subject: see also X-Git-Tag: rel_0_9_0b1~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=716067531b66149da28d10ca0954ecf4f82e7ad2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git see also --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 989dc433de..ce37c688da 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -148,6 +148,10 @@ target column as soon as that other column is associated, and now works for composite foreign keys as well. + .. seealso:: + + :ref:`migration_1765` + .. change:: :tags: feature, sql :tickets: 2744, 2734 @@ -405,6 +409,10 @@ optimize the evaulation of the same expression in two different contexts. + .. seealso:: + + :ref:`migration_1068` + .. change:: :tags: feature, firebird :tickets: 2504 diff --git a/doc/build/changelog/migration_09.rst b/doc/build/changelog/migration_09.rst index 127b1e6977..5f8f854e11 100644 --- a/doc/build/changelog/migration_09.rst +++ b/doc/build/changelog/migration_09.rst @@ -387,6 +387,8 @@ Generates (everywhere except SQLite):: :ticket:`2369` :ticket:`2587` +.. _migration_1068: + Label constructs can now render as their name alone in an ORDER BY ------------------------------------------------------------------ @@ -423,6 +425,8 @@ that will disable the feature based on database version detection. :ticket:`1068` +.. _migration_1765: + Columns can reliably get their type from a column referred to via ForeignKey ----------------------------------------------------------------------------