Commit 63de17fe authored by zYne's avatar zYne

--no commit message

--no commit message
parent 81a21344
......@@ -304,6 +304,10 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
case 'integer':
case 'enum':
case 'boolean':
case 'double':
case 'float':
case 'bool':
case 'int':
return $input;
case 'array':
case 'object':
......
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