Commit 73977ea7 authored by Benjamin Eberlei's avatar Benjamin Eberlei

DBAL-181 - Add oracle raw/long-raw support (for legacy databases)

parent f0a19f7a
......@@ -747,8 +747,10 @@ LEFT JOIN all_cons_columns r_cols
'long' => 'string',
'clob' => 'text',
'nclob' => 'text',
'raw' => 'text',
'long raw' => 'text',
'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