Before it's asked, hstore is indeed installed:
*# CREATE EXTENSION IF NOT EXISTS "hstore";NOTICE: extension "hstore" already exists, skipping* On Saturday, August 5, 2023 at 6:51:28 PM UTC-4 [email protected] wrote: > For some reason I can't seem to Hash.store. > > > > > > > > *a = { :a => "orange", :b => "red", :c => "green" }trial = > Sequel.hstore(a)ap trial* > > Throws error: > > > > > > > > > > > *{ :a => "orange", :b => "red", :c => > "green"}/users/rich/app.rb:303:in `<main>': undefined method `hstore' for > Sequel:Module (NoMethodError)trial = Sequel.hstore(a) ^^^^^^^* > > I am using Sequel 5.71.0 > > Any insight appreciated. Cheers > -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sequel-talk/530d3da4-9c09-4cde-9578-f8a8140b37adn%40googlegroups.com.
