From f6fa93065235b8e863fc6aac39d7b5e1af1a3ad1 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Thu, 4 Nov 2021 16:34:46 +0100 Subject: [PATCH] Adjust minimum supported version of SQLite (#20152) --- 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 dea4d589b75..a14c71b2423 100644 --- a/source/_integrations/recorder.markdown +++ b/source/_integrations/recorder.markdown @@ -25,7 +25,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.32.1 +- [SQLite](https://www.sqlite.org/) ≥ 3.31.0 Although SQLAlchemy supports additional database solutions, it will behave differently on different databases, and features relied on by the recorder may work differently, or not at all, in different databases.