1
0
mirror of synced 2024-12-13 22:56:04 +03:00
This commit is contained in:
zYne 2007-02-11 00:53:44 +00:00
parent 81a21344bd
commit 63de17fe4f

View File

@ -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
*/ */
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