Changeset 5125
- Timestamp:
- 10/21/08 23:22:01 (9 months ago)
- Location:
- branches
- Files:
-
- 2 modified
-
1.0/lib/Doctrine/DataDict/Mysql.php (modified) (1 diff)
-
1.1/lib/Doctrine/DataDict/Mysql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/DataDict/Mysql.php
r5123 r5125 378 378 case 'blob': 379 379 case 'binary': 380 case 'varbinary': 380 381 $type[] = 'blob'; 381 382 $length = null; -
branches/1.1/lib/Doctrine/DataDict/Mysql.php
r5123 r5125 378 378 case 'blob': 379 379 case 'binary': 380 case 'varbinary': 380 381 $type[] = 'blob'; 381 382 $length = null;