Commit 89d4f06f authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #761 from BenMorel/patch-1

Fixed typo
parents 608d2a28 5eaac1da
......@@ -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