Method: Sequel::Postgres::PGMultiRange#sequel_auto_param_type
- Defined in:
- lib/sequel/extensions/pg_multirange.rb
permalink #sequel_auto_param_type(ds) ⇒ Object
Allow automatic parameterization.
341 342 343 |
# File 'lib/sequel/extensions/pg_multirange.rb', line 341 def sequel_auto_param_type(ds) "::#{db_type}" end |