Commit 9ee6158f authored by guilhermeblanco's avatar guilhermeblanco

Added float8 support in pgsql. Fixes #808

parent 85cb20f6
......@@ -521,6 +521,7 @@ class Doctrine_DataDict_Pgsql extends Doctrine_DataDict
break;
case 'float':
case 'float4':
case 'float8':
case 'double':
case 'double precision':
case 'real':
......
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