From b1847723492020a641f49655eb9ad30a2e1eedb8 Mon Sep 17 00:00:00 2001 From: patrick-mcdougle Date: Thu, 26 Apr 2012 14:21:51 -0500 Subject: [PATCH] Updated the decimal type mapping have a string on the php side. (current behavior) --- en/reference/basic-mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/reference/basic-mapping.rst b/en/reference/basic-mapping.rst index 90970de2e9..932fdb4175 100644 --- a/en/reference/basic-mapping.rst +++ b/en/reference/basic-mapping.rst @@ -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.