Commit 0a68d5ef authored by Benjamin Eberlei's avatar Benjamin Eberlei

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

parent 5b0cf691
......@@ -754,8 +754,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