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

Add missing method to Oracle columns #2054

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

coorasse
Copy link

@coorasse coorasse commented Oct 8, 2020

This is currently available for Postgres https://github.com/rails/rails/blob/master/activerecord/lib/active_record/connection_adapters/postgresql/column.rb#L21.
can we have it as well? does oracle enhanced support array columns?

@yahonda
Copy link
Collaborator

yahonda commented Oct 9, 2020

Thank you for opening a pull request.

does oracle enhanced support array columns?

As far as I know, PL/SQL has some collection data types https://docs.oracle.com/cd/B28359_01/appdev.111/b28371/adobjcol.htm#ADOBJ00210 but I do not know if any array columns supported by Oracle database column type.

Would you mind providing some use cases?

@stale
Copy link

stale bot commented Dec 25, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Dec 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants