Sequel::JDBC::Dataset
# File lib/sequel/adapters/jdbc/sqlanywhere.rb, line 63 def type_convertor(map, meta, type, i) if convert_smallint_to_bool && type == SMALLINT_TYPE BOOLEAN_METHOD else super end end