`é, è, à, ä`
`e, e,a, a`
my_orcale_db:
adapter: oracle_enhanced
host: localhost
port: 1521
database: xe
username: user
password: password
class UserImport < ActiveRecord::Base
establish_connection CONNECTION
self.table_name = 'USER_VIEW'
end
> UserImport.where(ref: 1197185).first.title
=> "département"
Expected:> UserImport.where(ref: 1197185).first.title
=> "departement"
--
You received this message because you are subscribed to the Google Groups "Oracle enhanced adapter for ActiveRecord" group.
To unsubscribe from this group and stop receiving emails from it, send an email to oracle-enhanc...@googlegroups.com.
To post to this group, send email to oracle-...@googlegroups.com.
Visit this group at https://groups.google.com/group/oracle-enhanced.
For more options, visit https://groups.google.com/d/optout.