Changeset 5297 for branches/1.0/lib/Doctrine/DataDict/Pgsql.php
- Timestamp:
- 12/17/08 15:44:10 (15 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/DataDict/Pgsql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/DataDict/Pgsql.php
r4778 r5297 551 551 case 'blob': 552 552 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': 553 561 $type[] = 'blob'; 554 562 $length = null;