On Oct 24, 12:44 am, Jeremy Evans <[email protected]> wrote: > On Oct 23, 6:02 am, Martin DeMello <[email protected]> wrote: > > > >> pp words.filter(:num_anagrams > > > >> 11).group_by(:alphagram).select(:word).map > > > [{:"`word`"=>"TARSEL"}, > > {:"`word`"=>"TESLA"}, > > {:"`word`"=>"SPEAR"}, > > {:"`word`"=>"TERAS"}] > > > Note that the key is :"`word`" rather than :word > > > However, if I use either select or group_by separately, this doesn't > > happen (long output appended after post). Is this a bug? > > It is/was a bug in sqlite3, IMO. I can't seem to recreate it now > though. Could you pastie a self contained example?
Can't reproduce it from scratch, but this is the latest sequel working with the database from zyzzyva [http://www.zyzzyva.net] Thanks for the workaround. martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. 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 -~----------~----~----~----~------~----~------~--~---
