Hi, I wanted to use the pg_row extension for composite types that can be created/altered/dropped during runtime.
How can I get pg_row to react properly to changing composite types? Also, I'm getting NoMethodError when calling register_row_type: 1.9.3p194 :003 > Sequel.extension :pg_row => [:pg_row] 1.9.3p194 :004 > Sequel::Model.db.register_row_type :foo NoMethodError: undefined method `register_row_type' for #<Sequel::Postgres::Database:0x007f84642272a8> -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/sequel-talk/-/K8YjcHvMw9oJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
