Hi,
has anybody worked with oracle adt columns in the Rails ?
I have a table with a column what has DER data type, described below:
create or replace TYPE "DER" AS OBJECT
(READABLE VARCHAR2(4000)
,DER BLOB
)
obviously as a result I always have ''unsupported datatype''
error
message.
I''ve tried to add to oracle adapter and then to oci8 processing of
this data type but ... in vain.
Please, could you help me and explain how to add oracle user data type
handling?
Thanks.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---