Problem
All numbers returned from MySQL database are returned as strings.
Solution
Switch from PDO mysql to PDO mysqlnd extension. Depending on OS installed on webserver extensions can have different names but in general mysqlnd is proper extension to use.
GoDaddy for example should use nd_pdo_mysql
instead pdo_mysql
extension.