aodh/ceilometer/storage/sqlalchemy
Mehdi Abaakouk 7194e92568 Convert event timestamp to PrecisionTimestamp
Before the timestamps for event and trait are stored in a Float
In mysql, the default precision won't work well, this one are rounded.

This patch, change the Float by the PrecisionTimestamp Column Type, like
the sample timestamp that demand the same precision.

And ensure that get_events always return datetime object.

Change-Id: I1f986784b07afa50bdbb7faa9499e7b614da8ec1
2013-12-17 13:48:49 -07:00
..
alembic full pep8 compliance (part 2) 2013-11-21 12:35:01 -05:00
migrate_repo Convert event timestamp to PrecisionTimestamp 2013-12-17 13:48:49 -07:00
__init__.py implement sqlalchemy dbengine backend 2012-09-26 21:36:44 +00:00
migration.py Merge "Remove old sqlalchemy-migrate workaround" 2013-11-26 13:15:28 +00:00
models.py Convert event timestamp to PrecisionTimestamp 2013-12-17 13:48:49 -07:00