• S
    Refactor microsecond precision to be database agnostic · f1a0fa9e
    Sean Griffin 提交于
    The various databases don't actually need significantly different
    handling for this behavior, and they can achieve it without knowing
    about the type of the object.
    
    The old implementation was returning a string, which will cause problems
    such as breaking TZ aware attributes, and making it impossible for the
    adapters to supply their logic for time objects.
    f1a0fa9e
abstract_mysql_adapter.rb 31.5 KB