From bb4d996be7d2aaf5485b7f1d8d009427d7491f0d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 31 Jul 2024 08:13:23 -0500 Subject: [PATCH] Update minimum supported SQLite version to 3.40.1 (#29944) --- source/_integrations/recorder.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/recorder.markdown b/source/_integrations/recorder.markdown index 18d0a5cebe0..3fc75e82297 100644 --- a/source/_integrations/recorder.markdown +++ b/source/_integrations/recorder.markdown @@ -24,7 +24,7 @@ The supported database solutions are: - [MariaDB](https://mariadb.org/) ≥ 10.3 - [MySQL](https://www.mysql.com/) ≥ 8.0 - [PostgreSQL](https://www.postgresql.org/) ≥ 12 -- [SQLite](https://www.sqlite.org/) ≥ 3.31.0 +- [SQLite](https://www.sqlite.org/) ≥ 3.40.1 Although SQLAlchemy supports database solutions in addition to the ones supported by Home Assistant, it will behave differently on different databases, and features relied on by the recorder may work differently, or not at all, in different databases.