I have 2 database fields
`decval` decimal(5,2) `intval` int(3)
I have 2 pdo queries that update them. The one that updates the int works ok
use PDO::PARAM_STR for all column types which are not of type int or Bool