ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Type
String, Text types do not exist in AR 4.0/4.1 AR reports Identity for them - make it similar
# File lib/arjdbc/postgresql/base/oid.rb, line 25 def type; :string end
# File lib/arjdbc/postgresql/base/oid.rb, line 27 def type_cast(value) return if value.nil? value.to_s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.