Commit 738757b8 authored by Benjamin Eberlei's avatar Benjamin Eberlei

DBAL-41 - Change Oracle float mapping detection

parent a172949b
......@@ -702,7 +702,7 @@ LEFT JOIN all_cons_columns r_cols
'date' => 'datetime',
'timestamp' => 'datetime',
'timestamptz' => 'datetimetz',
'float' => 'decimal',
'float' => 'float',
'long' => 'string',
'clob' => 'text',
'nclob' => 'text',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment