Commit 6e519eb2 authored by zYne's avatar zYne

fixes #462

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