Commit 970c8ab6 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge branch 'DBAL-181' into 2.1.x

parents f0a19f7a 73977ea7
...@@ -747,8 +747,10 @@ LEFT JOIN all_cons_columns r_cols ...@@ -747,8 +747,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