Method: Sequel::IBMDB::Database#convert_smallint_to_bool

Defined in:
lib/sequel/adapters/ibmdb.rb

#convert_smallint_to_boolObject

Whether to convert smallint values to bool for this Database instance

[View source]

186
187
188
# File 'lib/sequel/adapters/ibmdb.rb', line 186

def convert_smallint_to_bool
  @convert_smallint_to_bool
end