This commit is contained in:
parent
81a21344bd
commit
63de17fe4f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user