Changeset 4757

Show
Ignore:
Timestamp:
08/07/08 18:48:26 (19 months ago)
Author:
jwage
Message:

fixes #1324

Files:
1 modified

Legend:

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

    r4412 r4757  
    372372            case 'longblob': 
    373373            case 'blob': 
     374            case 'binary': 
    374375                $type[] = 'blob'; 
    375376                $length = null;