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