core/homeassistant/components/recorder
J. Nick Koston 6b509fd9db
Prevent sqlalchemy from refetching the old_state_id as it will never change (#40982)
Disable expire_on_commit for the event writer. Since we never expect the
old_state_id to change in the database, it was never worth the expense of
refetching the id after the commit.
2020-10-01 19:57:52 +02:00
..
__init__.py Prevent sqlalchemy from refetching the old_state_id as it will never change (#40982) 2020-10-01 19:57:52 +02:00
const.py Add ability to disable the sqlite3 quick_check (#39479) 2020-09-02 10:12:56 +02:00
manifest.json Upgrade sqlalchemy to 1.3.19 (#39167) 2020-08-22 18:09:36 -05:00
migration.py
models.py Setup recorder model relationships to avoid calling flush (#40467) 2020-09-30 13:11:43 +02:00
purge.py Upgrade black to 20.8b1 (#39287) 2020-08-27 13:56:20 +02:00
services.yaml
util.py Add ability to disable the sqlite3 quick_check (#39479) 2020-09-02 10:12:56 +02:00