Comment 10 for bug 1215676

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (master)

Reviewed: https://review.openstack.org/46100
Committed: http://github.com/openstack/ceilometer/commit/a86e7423f1834aaf8f13de101727e39a3a537bb3
Submitter: Jenkins
Branch: master

commit a86e7423f1834aaf8f13de101727e39a3a537bb3
Author: Thomas Maddox <email address hidden>
Date: Wed Sep 11 17:02:00 2013 +0000

    Fix for timestamp precision in SQLAlchemy

    This fix adds the PreciseTimestamp custom type to address how
    MySQL < 5.6.4 truncates temporal columns to the second:
    http://dev.mysql.com/doc/refman/5.6/en/fractional-seconds.html

    Change-Id: I9d324d1cb6867cf99e15e2ecdc566dc5f8fef536
    Closes-Bug: #1215676