On Tue, Apr 8, 2008 at 7:24 AM, Abdul Wasay Mohammed <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to use activerecord-jdbc-adapter(0.8) in my application but I am > unable to read the value of a xmltype field from the > oracle database. The value is properly inserted when I do a save on my model > but when I use find it returns back nil. > > activerecord-oracle-adapter works properly on save and find. > > > does the activerecord-jdbc-adapter support xmltype in oracle or am I doing > something wrong...
It sounds like an unintentional bug. We have some type mapping code to try to detect what the ActiveRecord type (:string, :text, :integer, :datetime, etc.) should be from the database type. It sounds like we're not picking up xmltype properly. Can you file a bug (preferably with a small test case) at http://jira.codehaus.org/browse/JRUBY? Thanks, /Nick _______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
