heat/heat/db
Crag Wolfe a6f4c6d2c6 Low-level db delete of events should be synchronous
Previously, synchronized_session=False was used in the call to prune
events. This was overly aggressive since it was possible (if rare)
that, during next db operation to delete resource_properties_data
rows, some of the referenced events could still have existed resulting
in a db referential integrity error.

Change-Id: I5c4cf6a162ff853f84d68e7b203ffa1aae684359
Closes-Bug: #1681772
2017-04-25 09:18:25 -07:00
..
sqlalchemy Low-level db delete of events should be synchronous 2017-04-25 09:18:25 -07:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00