Chris
unread,Oct 27, 2009, 5:42:32 PM10/27/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to datam...@googlegroups.com
Hey,
I just found out that when querying like follows:
SomeModel.all(:date.gte => @some_other_time)
Where both :date, and @some_other_time are Time instances, it will only match records where the date (as opposed to time) component shows a difference, but completely ignores differences in the time component.
Is this a bug, or am I overlooking something?