Changeset 5125

Show
Ignore:
Timestamp:
10/21/08 23:22:01 (9 months ago)
Author:
jwage
Message:

[1.0, 1.1] fixes #1477

Location:
branches
Files:
2 modified

Legend:

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

    r5123 r5125  
    378378            case 'blob': 
    379379            case 'binary': 
     380            case 'varbinary': 
    380381                $type[] = 'blob'; 
    381382                $length = null; 
  • branches/1.1/lib/Doctrine/DataDict/Mysql.php

    r5123 r5125  
    378378            case 'blob': 
    379379            case 'binary': 
     380            case 'varbinary': 
    380381                $type[] = 'blob'; 
    381382                $length = null;