search for: attributes_with_quotes_pre_oci

Displaying 1 result from an estimated 1 matches for "attributes_with_quotes_pre_oci".

2006 Mar 29
2
AR 1.14 oracle_adater.rb does not work
the error is : wrong number of arguments (1 for 0) where : active_record/connection_adapters/oracle_adapter.rb:53:in `attributes_with_quotes_pre_oracle'' this method is new, it was an alias in the previous version : alias :attributes_with_quotes_pre_oci :attributes_with_quotes #:nodoc: I replaced the method by the alias of the previous version, and it is working fine. This is the code (s/oci/oracle/) : alias :attributes_with_quotes_pre_oracle :attributes_with_quotes #:nodoc: -- Posted via http://www.ruby-forum.com/.