Add decimal as a valid type to Formatter->quote()
This commit is contained in:
parent
e05c0c8ab6
commit
dc701e1345
@ -148,6 +148,7 @@ class Doctrine_Formatter extends Doctrine_Connection_Module
|
||||
case 'double':
|
||||
case 'float':
|
||||
case 'bool':
|
||||
case 'decimal':
|
||||
case 'int':
|
||||
return $input;
|
||||
case 'array':
|
||||
|
Loading…
Reference in New Issue
Block a user