You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.
From http://www.postgresql.org/docs/9.0/static/hstore.html:
hstore ?| text[] does hstore contain any of the specified keys? 'a=>1,b=>2'::hstore ?| ARRAY['b','c'] t
I get "ActiveRecord::PreparedStatementInvalid: wrong number of bind variables (1 for 2) in:"
using AR where("data ?| ?")
It would be great to have some special function or workaround.
Thanks
The text was updated successfully, but these errors were encountered: