From 716067531b66149da28d10ca0954ecf4f82e7ad2 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 2 Jul 2013 13:53:01 -0400 Subject: [PATCH] see also --- doc/build/changelog/changelog_09.rst | 8 ++++++++ doc/build/changelog/migration_09.rst | 4 ++++ 2 files changed, 12 insertions(+) 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 ---------------------------------------------------------------------------- -- 2.47.3