Changeset 2187

Show
Ignore:
Timestamp:
05/01/08 22:02:07 (7 months ago)
Author:
bchoate
Message:

Applied patch from Reed Cartwright to fix a PostgreSQL issue with Pg 8.2.7 and later. BugId:79514

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-37/lib/MT/ObjectDriver/DDL.pm

    r1174 r2187  
    410410    } elsif ($type == SQL_BOOLEAN) { 
    411411        return 'boolean'; 
     412    } elsif ($type == SQL_FLOAT) { 
     413        return 'float'; 
    412414    } 
    413415    warn "unresolved type: $type\n";