1
0
mirror of synced 2024-12-13 22:56:04 +03:00

Merge pull request #127 from lennerd/fix-typo-1

Fixed typo for array mapping type
This commit is contained in:
Benjamin Eberlei 2012-11-24 02:22:12 -08:00
commit 9873c9fc04
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
en/_exts/configurationblock.pyc
build
en/_build
.idea

View File

@ -164,7 +164,7 @@ built-in mapping types:
- ``text``: Type that maps an SQL CLOB to a PHP string.
- ``object``: Type that maps a SQL CLOB to a PHP object using
``serialize()`` and ``unserialize()``
- ``array``: Type that maps a SQL CLOB to a PHP object using
- ``array``: Type that maps a SQL CLOB to a PHP array using
``serialize()`` and ``unserialize()``
- ``float``: Type that maps a SQL Float (Double Precision) to a
PHP double. *IMPORTANT*: Works only with locale settings that use