Commit 6e519eb2 authored by zYne's avatar zYne

fixes #462

parent 852f2150
......@@ -516,6 +516,7 @@ class Doctrine_DataDict_Pgsql extends Doctrine_DataDict
$length = null;
break;
case 'float':
case 'float4':
case 'double':
case 'real':
$type[] = 'float';
......@@ -617,4 +618,4 @@ class Doctrine_DataDict_Pgsql extends Doctrine_DataDict
{
return $value;
}
}
\ No newline at end of file
}
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