Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@doctrinebot
Created December 13, 2015 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doctrinebot/bd0814e67a814d1c3184 to your computer and use it in GitHub Desktop.
Save doctrinebot/bd0814e67a814d1c3184 to your computer and use it in GitHub Desktop.
Attachments to Doctrine Jira Issue DBAL-181 - https://github.com/doctrine/dbal/issues/1348
diff --git a/lib/Doctrine/DBAL/Platforms/OraclePlatform.php b/lib/Doctrine/DBAL/Platforms/OraclePlatform.php
index bc37960..ef35868 100644
--- a/lib/Doctrine/DBAL/Platforms/OraclePlatform.php
+++ b/lib/Doctrine/DBAL/Platforms/OraclePlatform.php
@@ -747,6 +747,7 @@ LEFT JOIN all_cons_columns r_cols
'long' => 'string',
'clob' => 'text',
'nclob' => 'text',
+ 'raw' => 'text',
'rowid' => 'string',
'urowid' => 'string'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment