Method: Sequel::SqlAnywhere::DatasetMethods#with_convert_smallint_to_bool
- Defined in:
- lib/sequel/adapters/shared/sqlanywhere.rb
#with_convert_smallint_to_bool(v) ⇒ Object
Return a cloned dataset with the convert_smallint_to_bool option set.
255 256 257 |
# File 'lib/sequel/adapters/shared/sqlanywhere.rb', line 255 def with_convert_smallint_to_bool(v) clone(:convert_smallint_to_bool=>v) end |