1
0
mirror of synced 2024-12-14 15:16:04 +03:00

Merge pull request #152 from pkruithof/patch-1

Documented `guid` mapping type
This commit is contained in:
Benjamin Eberlei 2013-01-23 14:49:27 -08:00
commit a512c7f89a

View File

@ -169,6 +169,8 @@ built-in mapping types:
- ``float``: Type that maps a SQL Float (Double Precision) to a - ``float``: Type that maps a SQL Float (Double Precision) to a
PHP double. *IMPORTANT*: Works only with locale settings that use PHP double. *IMPORTANT*: Works only with locale settings that use
decimal points as separator. decimal points as separator.
- ``guid``: Type that maps a database GUID/UUID to a PHP string. Defaults to
varchar but uses a specific type if the platform supports it.
.. note:: .. note::