Method: Sequel::Postgres::HStore#sequel_auto_param_type
- Defined in:
- lib/sequel/extensions/pg_hstore.rb
permalink #sequel_auto_param_type(ds) ⇒ Object
Allow automatic parameterization.
284 285 286 |
# File 'lib/sequel/extensions/pg_hstore.rb', line 284 def sequel_auto_param_type(ds) "::hstore" end |