From b79464373501d93ee9f82bbc843d7f11637c17e9 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 5 Feb 2011 18:08:39 +0100 Subject: [PATCH] Updated Limitations and Known Issues Chapter --- en/reference/limitations-and-known-issues.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/en/reference/limitations-and-known-issues.rst b/en/reference/limitations-and-known-issues.rst index 3e98ef3ff..0dc4fb9cb 100644 --- a/en/reference/limitations-and-known-issues.rst +++ b/en/reference/limitations-and-known-issues.rst @@ -20,6 +20,10 @@ releases. Foreign Keys as Identifiers ~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.. note:: + + Foreign keys as identifiers are currently in master and will be included in Doctrine 2.1 + There are many use-cases where you would want to use an Entity-Attribute-Value approach to modelling and define a table-schema like the following: @@ -222,6 +226,10 @@ benefit from custom persister implementations: Paginating Associations ~~~~~~~~~~~~~~~~~~~~~~~ +.. note:: + + Extra Lazy Collections are currently in master and will be included in Doctrine 2.1 + It is not possible to paginate only parts of an associations at the moment. You can always only load the whole association/collection into memory. This is rather problematic for large collections, but we already plan to add facilities to fix this for Doctrine 2.1