[DBAL-142] Mapping Driver for Oracle does not know what to do with blobs, throws DBAL Exception for types "blob" and "long raw". Created: 02/Aug/11 Updated: 13/Mar/12 Resolved: 30/Oct/11 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | Platforms |
| Affects Version/s: | 2.1 |
| Fix Version/s: | 2.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Ed Anderson | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 5.0, PHP 5.3.6, Oracle 11g EE, Symfony 2.0, Doctrine 2.1 |
||
| Issue Links: |
|
||||||||
| Description |
|
When attempting to reverse engineer an existing Oracle 11g database an exception is thrown (by DBAL) complaining that the type blob is unknown. I believe this is coming from AbstractPlatform.php. I attempted to solve the problem by add a type mapping for blob in PDOOracle\Driver.php (blob => text) and it now complains that "long raw" is unknown. [Doctrine\DBAL\DBALException] |
| Comments |
| Comment by Benjamin Eberlei [ 30/Oct/11 ] |
|
Implemented blob support |
| Comment by Sergio Andres Diaz Oviedo [ 13/Mar/12 ] |
|
Sorry. i am new in it, i am developing and app in symfony 2, and when i try to import the entities from the database i get the error: [Doctrine\DBAL\DBALException] i am using oracle 11g, i did try (blob => 'text') in oraclepatform.php but is later send me more errors, i cant understand, i want know how can i fix it i anyway to at least can import the entities, thank you |