Commit 5eaac1da authored by Benjamin Morel's avatar Benjamin Morel

Fixed typo

parent 608d2a28
......@@ -405,7 +405,7 @@ using deserialization or ``null`` if no data is present.
.. warning::
Because the build-in ``text`` type of PostgreSQL does not support NULL bytes,
Because the built-in ``text`` type of PostgreSQL does not support NULL bytes,
the object type will cause deserialization errors on PostgreSQL. A workaround is
to ``serialize()``/``unserialize()`` and ``base64_encode()``/``base64_decode()`` PHP objects and store
them into a ``text`` field manually.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment