Changeset 4858

Show
Ignore:
Timestamp:
08/29/08 05:48:26 (10 months ago)
Author:
guilhermeblanco
Message:

fixes #1394. Thanks for the patch!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/DataDict/Mysql.php

    r4815 r4858  
    386386            break; 
    387387            case 'geometry': 
     388                $type[] = 'geometry'; 
     389                $length = null; 
     390            break; 
    388391            case 'geometrycollection': 
    389392            case 'point': 
     
    395398                $type[] = 'blob'; 
    396399                $length = null; 
    397             break;               
     400            break; 
    398401            default: 
    399402                throw new Doctrine_DataDict_Exception('unknown database attribute type: ' . $dbType);