Show
Ignore:
Timestamp:
12/17/08 15:44:10 (15 months ago)
Author:
jwage
Message:

[1.0, 1.1] Fixing issue with pgsql and spatial column types (closes #1731)

Files:
1 modified

Legend:

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

    r4778 r5297  
    551551            case 'blob': 
    552552            case 'bytea': 
     553            case 'geometry': 
     554            case 'geometrycollection': 
     555            case 'point': 
     556            case 'multipoint': 
     557            case 'linestring': 
     558            case 'multilinestring': 
     559            case 'polygon': 
     560            case 'multipolygon': 
    553561                $type[] = 'blob'; 
    554562                $length = null;