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

Documented guid mapping type

refs #456a756febb258b52092fa2640c77bb8400114fa
This commit is contained in:
Peter Kruithof 2013-01-21 15:03:46 +01:00
parent c4b0bc5adc
commit f5ba83cae5

View File

@ -169,6 +169,8 @@ built-in mapping types:
- ``float``: Type that maps a SQL Float (Double Precision) to a
PHP double. *IMPORTANT*: Works only with locale settings that use
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::