1
0
mirror of synced 2024-12-13 22:56:04 +03:00

possibly a temp fix. fix to allow postgres array datatypes work as a string

This commit is contained in:
pookey 2007-12-10 13:19:29 +00:00
parent d91c39ddb0
commit f4186781db

View File

@ -487,6 +487,7 @@ class Doctrine_DataDict_Pgsql extends Doctrine_DataDict
case 'text':
case 'varchar':
case 'interval':
case '_varchar':
$fixed = false;
case 'unknown':
case 'char':