Hey tried to batch upsert documents with json fields. I get an error for PgHstore so I'm guessing it thinks the hashes are supposed to be :hstore and not :json.
NameError: uninitialized constant PgHstore
~/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/upsert-2.1.0/lib/upsert/connection/postgresql.rb:18:in `bind_value'
Is there a setting to have it assume :json instead?
Hey tried to batch upsert documents with json fields. I get an error for
PgHstoreso I'm guessing it thinks the hashes are supposed to be:hstoreand not:json.Is there a setting to have it assume
:jsoninstead?