hass-core/homeassistant/components/recorder
J. Nick Koston dc26fd5149
Ensure creating an index that already exists is forgiving for postgresql (#46185)
Unlikely sqlite and mysql, postgresql throws ProgrammingError instead
of InternalError or OperationalError when trying to create an index
that already exists.
2021-02-08 23:22:38 +01:00
..
__init__.py Ensure MariaDB/MySQL can be purged and handle states being deleted out from under the recorder (#43610) 2020-11-28 08:42:29 -10:00
const.py
manifest.json Upgrade sqlalchemy to 1.3.23 (#45845) 2021-02-01 16:03:51 -10:00
migration.py Ensure creating an index that already exists is forgiving for postgresql (#46185) 2021-02-08 23:22:38 +01:00
models.py Add index to old_state_id column for postgres and older databases (#44757) 2021-01-04 10:51:44 +01:00
purge.py Always keep the current recorder run when purging (#43733) 2020-11-30 09:13:50 +01:00
services.yaml
util.py Enable more Bandit tests (#44307) 2020-12-19 12:35:13 +01:00