It appears the class constants only cover PDO::PARAM_BOOL, PDO::PARAM_INT and PDO::PARAM_STR for binding. Do you just bind decimal / f
PDO::PARAM_BOOL
PDO::PARAM_INT
PDO::PARAM_STR
AFAIK PDO::PARAM_STR is the way to go.