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 ...@@ -702,7 +702,7 @@ LEFT JOIN all_cons_columns r_cols
'date' => 'datetime', 'date' => 'datetime',
'timestamp' => 'datetime', 'timestamp' => 'datetime',
'timestamptz' => 'datetimetz', 'timestamptz' => 'datetimetz',
'float' => 'decimal', 'float' => 'float',
'long' => 'string', 'long' => 'string',
'clob' => 'text', 'clob' => 'text',
'nclob' => '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