From c9901c9017c85dbf7fb0b9679d9c5dbb80247da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renan=20Gon=C3=A7alves?= Date: Mon, 7 Jul 2014 20:17:56 +0200 Subject: [PATCH] Removing Value Objects from limitations as per #835 --- docs/en/reference/limitations-and-known-issues.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/en/reference/limitations-and-known-issues.rst b/docs/en/reference/limitations-and-known-issues.rst index 7af037495f5..49976f12ba6 100644 --- a/docs/en/reference/limitations-and-known-issues.rst +++ b/docs/en/reference/limitations-and-known-issues.rst @@ -65,18 +65,6 @@ Where the ``attribute_name`` column contains the key and The feature request for persistence of primitive value arrays `is described in the DDC-298 ticket `_. -Value Objects -~~~~~~~~~~~~~ - -There is currently no native support value objects in Doctrine -other than for ``DateTime`` instances or if you serialize the -objects using ``serialize()/deserialize()`` which the DBAL Type -"object" supports. - -The feature request for full value-object support -`is described in the DDC-93 ticket `_. - - Cascade Merge with Bi-directional Associations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~