Adjust minimum supported version of SQLite (#20152)

This commit is contained in:
Erik Montnemery 2021-11-04 16:34:46 +01:00 committed by GitHub
parent 83e810c197
commit f6fa930652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ The supported database solutions are:
- [MariaDB](https://mariadb.org/) ≥ 10.3 - [MariaDB](https://mariadb.org/) ≥ 10.3
- [MySQL](https://www.mysql.com/) ≥ 8.0 - [MySQL](https://www.mysql.com/) ≥ 8.0
- [PostgreSQL](https://www.postgresql.org/) ≥ 12 - [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. 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.