Method: Sequel::IBMDB::Database#convert_smallint_to_bool
- Defined in:
- lib/sequel/adapters/ibmdb.rb
permalink #convert_smallint_to_bool ⇒ Object
Whether to convert smallint values to bool for this Database instance
186 187 188 |
# File 'lib/sequel/adapters/ibmdb.rb', line 186 def convert_smallint_to_bool @convert_smallint_to_bool end |