Skip to content

Commit abd4b2d

Browse files
committed
[#2920] Removing some types not available in 2.2 - will add them to 2.3
1 parent 955abe4 commit abd4b2d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

book/doctrine.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,12 +1448,7 @@ using. The following types are supported in Doctrine:
14481448
* ``boolean``
14491449
* ``object`` (serialized and stored in a ``CLOB`` field)
14501450
* ``array`` (serialized and stored in a ``CLOB`` field)
1451-
* ``simple_array`` (serialized using :phpfunction:`implode()` and :phpfunction:`explode()`,
1452-
with a comma as delimiter, and stored in a ``CLOB`` field)
1453-
* ``json_array`` (serialized using :phpfunction:`json_encode()` and :phpfunction:`json_decode()`,
1454-
and stored in a ``CLOB`` field)
14551451
* ``blob`` (mapped to a resource stream)
1456-
* ``guid``
14571452

14581453
For more information, see Doctrine's `Mapping Types documentation`_.
14591454

0 commit comments

Comments
 (0)