possibly a temp fix. fix to allow postgres array datatypes work as a string
This commit is contained in:
parent
d91c39ddb0
commit
f4186781db
1 changed files with 1 additions and 0 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Reference in a new issue