Hi Jeremy,
Thank you for going ahead and implementing `=~` and `!~` for virtual rows,
I really appreciate. I noticed that you also gave it other functionality,
like equality/inequality. This got me thinking, because Squeel in its DSL
simply uses `==` and `!=` for equality, which I find really natural.
DB[:movies].where{year == Date.today.year}.sql
# => SELECT * FROM movies WHERE (year = 2015)
Is it possible to add the `==` and `!=` operators to Sequel's virtual rows
as well? I'm willing to make a pull request if you would like.
--
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 http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.