Skip to content

Commit

Permalink
Merge pull request #139 from kimhemsoe/mysql_binary
Browse files Browse the repository at this point in the history
[Mysql Platform] Added mapping for binary and varbinary.
  • Loading branch information
beberlei committed May 4, 2012
2 parents 285ca48 + 3340e20 commit 86a0b52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
Expand Up @@ -738,6 +738,8 @@ protected function initializeDoctrineTypeMappings()
'blob' => 'blob',
'mediumblob' => 'blob',
'tinyblob' => 'blob',
'binary' => 'blob',
'varbinary' => 'blob',
);
}

Expand Down

0 comments on commit 86a0b52

Please sign in to comment.