Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBAL-181: [Oracle] RAW Type #1348

Closed
doctrinebot opened this issue Nov 14, 2011 · 6 comments
Closed

DBAL-181: [Oracle] RAW Type #1348

doctrinebot opened this issue Nov 14, 2011 · 6 comments
Assignees
Labels
Milestone

Comments

@doctrinebot
Copy link

Jira issue originally created by user joksnet:

Missing type raw from OraclePlatform::initializeDoctrineTypeMappings.

The Symfony2 task doctrine:schema:update throws Unknown database type raw requested, Doctrine\DBAL\Platforms\OraclePlatform may not support it..

The attached patch seems to fix it, but I don't know if something more to be done.

@doctrinebot
Copy link
Author

Comment created by @beberlei:

Is raw really a text? Is it similar to VARBINARY or something?

@doctrinebot
Copy link
Author

Comment created by @beberlei:

Fixed.

@doctrinebot
Copy link
Author

Issue was closed with resolution "Fixed"

@doctrinebot
Copy link
Author

Comment created by joksnet:

Thank you Benjamin. Sorry I didn't answer before.

I don't use RAW type in my tables, but Oracle creates tables when you do an export/import that contains this type. This tables starts with "SYS_" and must be ignored. I'm not an expert, but maybe change the list tables method to another that doesn't return the system tables.

Either way, this works perfect. Thanks again.

@doctrinebot doctrinebot added the Bug label Dec 6, 2015
@doctrinebot doctrinebot added this to the 2.1.5 milestone Dec 6, 2015
@doctrinebot
Copy link
Author

Imported 1 attachments from Jira into https://gist.github.com/bd0814e67a814d1c3184

@github-actions
Copy link

github-actions bot commented Aug 9, 2022

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants