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 sequel-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sequel-talk/a281e190-abe9-4d00-a284-beb96eaa1afen%40googlegroups.com.

Reply via email to