Method: Sequel::Dataset#supports_is_true?
- Defined in:
- lib/sequel/dataset/features.rb
permalink #supports_is_true? ⇒ Boolean
Whether the dataset supports the IS TRUE syntax, true by default.
108 109 110 |
# File 'lib/sequel/dataset/features.rb', line 108 def supports_is_true? true end |