Skip to content

Commit

Permalink
Merge pull request #93 from patrick-mcdougle/patch-1
Browse files Browse the repository at this point in the history
Updated the decimal type mapping have a string on the php side. (current behavior)
  • Loading branch information
guilhermeblanco committed Apr 27, 2012
2 parents f61bd43 + b184772 commit b5b569a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/reference/basic-mapping.rst
Expand Up @@ -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.
Expand Down

0 comments on commit b5b569a

Please sign in to comment.