Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Darwin woot.local 9.4.0 Darwin Kernel Version 9.4.0: Mon Jun 9 19:30:53 PDT 2008; root:xnu-1228.5.20~1/RELEASE_I386 i386
-
Patch Submitted:Yes
-
Number of attachments :
Description
They quoted_date method doesn't support microseconds at the moment, but it should.
The approach here is that used in: /rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Found on broken tests dealing with sorts based on timestamps.
Patch applied in commit 77991ff. Thanks!