Skip to content

Commit

Permalink
Merge branch 'DBAL-487'
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Apr 20, 2013
2 parents e170485 + e1c1b0d commit af20e34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
Expand Up @@ -529,6 +529,7 @@ protected function initializeDoctrineTypeMappings()
'decimal' => 'decimal',
'numeric' => 'decimal',
'blob' => 'blob',
'integer unsigned' => 'integer',
);
}

Expand Down

0 comments on commit af20e34

Please sign in to comment.