mongoid / origin

A Ruby DSL for building MongoDB queries
http://mongoid.org/en/origin/index.html
MIT License
62 stars 29 forks source link

DateTime retains millisecond precision when evolving #58

Closed dnd closed 11 years ago

dnd commented 11 years ago

This fixes the problem of queries not keeping millisecond precision when querying as mentioned in mongoid/mongoid#2567

durran commented 11 years ago

Merged in, thank you.