1
0
mirror of synced 2025-02-21 22:53:15 +03:00

Updated the decimal type mapping have a string on the php side. (current behavior)

This commit is contained in:
patrick-mcdougle 2012-04-26 14:21:51 -05:00
parent f61bd43621
commit b184772349

View File

@ -155,7 +155,7 @@ built-in mapping types:
integer. integer.
- ``bigint``: Type that maps a database BIGINT to a PHP string. - ``bigint``: Type that maps a database BIGINT to a PHP string.
- ``boolean``: Type that maps an SQL boolean to a PHP boolean. - ``boolean``: Type that maps an SQL boolean to a PHP boolean.
- ``decimal``: Type that maps an SQL DECIMAL to a PHP double. - ``decimal``: Type that maps an SQL DECIMAL to a PHP string.
- ``date``: Type that maps an SQL DATETIME to a PHP DateTime - ``date``: Type that maps an SQL DATETIME to a PHP DateTime
object. object.
- ``time``: Type that maps an SQL TIME to a PHP DateTime object. - ``time``: Type that maps an SQL TIME to a PHP DateTime object.