Commit dc701e13 authored by maniac3000's avatar maniac3000

Add decimal as a valid type to Formatter->quote()

parent e05c0c8a
......@@ -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':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment