Commit 4138d8ae authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge branch 'DBAL-181'

parents 5b0cf691 0a68d5ef
...@@ -754,8 +754,10 @@ LEFT JOIN all_cons_columns r_cols ...@@ -754,8 +754,10 @@ LEFT JOIN all_cons_columns r_cols
'long' => 'string', 'long' => 'string',
'clob' => 'text', 'clob' => 'text',
'nclob' => 'text', 'nclob' => 'text',
'raw' => 'text',
'long raw' => 'text',
'rowid' => 'string', 'rowid' => 'string',
'urowid' => 'string' 'urowid' => 'string',
); );
} }
......
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