Re: .inspect Showing Empty Object

2020-01-23 Thread BeeRich33
Oh I see. So all the functionality of that still works through Sequel magic I'm guessing? -- 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

Re: .inspect Showing Empty Object

2020-01-23 Thread Jeremy Evans
On Wednesday, January 22, 2020 at 11:40:33 PM UTC-8, BeeRich33 wrote: > > Hi Sequel people. I've read the documents from more than one source and > it's still not working. > > Code: > DBL.create_table? :salads do # works > primary_key :id > String :name, size: 200 > Integer :temp

Re: .inspect Showing Empty Object

2020-01-23 Thread Jeremy Evans
On Thursday, January 23, 2020 at 8:41:39 AM UTC-8, BeeRich33 wrote: > > Oh I see. So all the functionality of that still works through Sequel > magic I'm guessing? > Yes. You'll notice the example code for Sequel::Model does not have attr_accessor for all the columns: