On Saturday, December 31, 2016 at 7:58:22 AM UTC-8, Steve V wrote: > > Thanks for the quick reply. I had a couple issues though. First I was > getting undefined method [] for Sequel::Module So I changed all of the > Sequel occurrences with `DB`, but that just moved the undefined method > [] issue further down to #<Sequel::SQL::Identifier @value=>:ti>. After > I submitted that query I realized I needed to make some changes to the > query, but now I get: >
What version of Sequel are you using? The code I posted should work fine with the latest release. If you are running on an older release, you need to upgrade to use it. I tested the code before I posted it to make sure it resulted in the SQL you posted (modulo quoting and other unimportant syntax differences). Thanks, Jeremy -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
