Skip to content

Commit

Permalink
DBAL-41 - Change Oracle float mapping detection
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Oct 31, 2010
1 parent a172949 commit 738757b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Platforms/OraclePlatform.php
Expand Up @@ -702,7 +702,7 @@ protected function initializeDoctrineTypeMappings()
'date' => 'datetime',
'timestamp' => 'datetime',
'timestamptz' => 'datetimetz',
'float' => 'decimal',
'float' => 'float',
'long' => 'string',
'clob' => 'text',
'nclob' => 'text',
Expand Down

0 comments on commit 738757b

Please sign in to comment.