Class | ActiveRecord::ConnectionAdapters::Column |
In: |
lib/rubyrep/connection_extenders/connection_extenders.rb
|
Parent: | Object |
Bug in ActiveRecord parsing of PostgreSQL timestamps with microseconds: Certain values are incorrectly rounded, thus ending up with timestamps that are off by one microsecond. This monkey patch fixes the problem.