# File lib/jdbc_adapter/jdbc_postgre.rb, line 25 def type_cast(value) case type when :boolean then cast_to_boolean(value) else super end end