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 ...@@ -304,6 +304,10 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
case 'integer': case 'integer':
case 'enum': case 'enum':
case 'boolean': case 'boolean':
case 'double':
case 'float':
case 'bool':
case 'int':
return $input; return $input;
case 'array': case 'array':
case 'object': case 'object':
...@@ -472,7 +476,7 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun ...@@ -472,7 +476,7 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
*/ */
public function setCharset($charset) public function setCharset($charset)
{ {
} }
/** /**
* Set the date/time format for the current connection * Set the date/time format for the current connection
......
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