Hi, After upgrading from ruby 1.8.7 to 1.9.2 i get an error when selecting a time smaller then:
time = Time.now - (84600 * 12) ruby-1.9.2-p136 :016 > JobServer::Job.filter(:created_at < time).sql ArgumentError: comparison of Symbol with Time failed Is it possible to have a working solution in 1.8.7 and 1.9.2 ? Kind regards daniel -- 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.
