# File lib/arjdbc/postgresql/base/oid.rb, line 238deftype; :date; end
type_cast(value)click to toggle source
# File lib/arjdbc/postgresql/base/oid.rb, line 240deftype_cast(value)
returnifvalue.nil?# FIXME: probably we can improve this since we know it is PG# specificConnectionAdapters::Column.value_to_datevalueend