Update readme for tested versions of long term release of MariaDB

This commit is contained in:
Laurent Indermuehle 2023-01-25 09:25:56 +01:00
commit f39df3da0a
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -70,22 +70,25 @@ Every voice is important and every idea is valuable. If you have something on yo
### Databases
For MariaDB, only Long Term releases are tested.
- mysql 5.7.40
- mysql 8.0.31
- mariadb:10.4.24 (only collection version >= 3.5.1)
- mariadb:10.5.18 (only collection version >= 3.5.1)
- mariadb:10.6.11 (only collection version >= 3.5.1)
- mariadb:10.7.7 (only collection version >= 3.5.1)
- mariadb 10.8.6 (only collection version >= 3.0)
- mariadb:10.3.34 (only collection version <= 3.5.1)
- mariadb:10.4.24 (only collection version >= 3.5.2)
- mariadb:10.5.18 (only collection version >= 3.5.2)
- mariadb:10.6.11 (only collection version >= 3.5.2)
- mariadb:10.11.?? (waiting for release)
### Database connectors
- pymysql 0.7.11 (Only tested with MySQL 5.7)
- pymysql 0.9.3
- pymysql 1.0.2 (only collection version >= 3.5.1) !!! Unsuported until future release !!!
- pymysql 1.0.2 (only collection version >= ???) !!! Unsuported until future release !!!
- mysqlclient 2.0.1
- mysqlclient 2.0.3 (only collection version >= 3.5.1)
- mysqlclient 2.1.1 (only collection version >= 3.5.1)
- mysqlclient 2.0.3 (only collection version >= 3.5.2)
- mysqlclient 2.1.1 (only collection version >= 3.5.2)
## External requirements