1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Merge pull request #93 from patrick-mcdougle/patch-1

Updated the decimal type mapping have a string on the php side. (current behavior)
This commit is contained in:
Guilherme Blanco 2012-04-26 18:09:22 -07:00
commit b5b569afd4

View File

@ -155,7 +155,7 @@ built-in mapping types:
integer.
- ``bigint``: Type that maps a database BIGINT to a PHP string.
- ``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
object.
- ``time``: Type that maps an SQL TIME to a PHP DateTime object.