hass-core/homeassistant/components/sql
J. Nick Koston 53d7e33607
Raise an issue for legacy SQL queries that will cause full table scans (#90971)
* Raise an issue for SQL queries that will cause full table scans

* Raise an issue for SQL queries that will cause full table scans

* Raise an issue for SQL queries that will cause full table scans

* Raise an issue for SQL queries that will cause full table scans

* Update homeassistant/components/sql/sensor.py

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>

* coverage

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-04-07 22:32:36 -04:00
..
__init__.py Default to recorder db for SQL integration (#85436) 2023-03-13 17:41:32 -10:00
config_flow.py Default to recorder db for SQL integration (#85436) 2023-03-13 17:41:32 -10:00
const.py SQL reintroduce yaml support (#75205) 2023-01-07 18:14:36 -10:00
manifest.json Bump sqlalchemy to 2.0.8 (#90756) 2023-04-04 12:47:54 +02:00
sensor.py Raise an issue for legacy SQL queries that will cause full table scans (#90971) 2023-04-07 22:32:36 -04:00
strings.json Raise an issue for legacy SQL queries that will cause full table scans (#90971) 2023-04-07 22:32:36 -04:00
util.py Default to recorder db for SQL integration (#85436) 2023-03-13 17:41:32 -10:00