> > You are assuming that "filter(:marketGroupID != 0)" works. It does > not.
This is from the README: Sequel also accepts expressions: my_posts = posts.filter(:stamp > Date.today << 1) Maybe it would be a good idea to rephrase this as: Sequel also accepts expressions, except == and !=. Cheers, Han Holl --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
