Method: Sequel::Postgres::JSONBOp#path_match_tz!
- Defined in:
- lib/sequel/extensions/pg_json_ops.rb
#path_match_tz!(path, vars = nil, silent = nil) ⇒ Object
The same as #path_match!, except that timezone-aware conversions are used for date/time values.
728 729 730 |
# File 'lib/sequel/extensions/pg_json_ops.rb', line 728 def path_match_tz!(path, vars=nil, silent=nil) Sequel::SQL::BooleanExpression.new(:NOOP, _path_function(:jsonb_path_match_tz, path, vars, silent)) end |