Re: general interest in faster bulk_update implementation

2022-04-26 Thread Mariusz Felisiak
Support for MariaDB 10.2 is already dropped in Django 4.1. We will drop support for MySQL 5.7 in Django 4.2 or 5.0 (probably 4.2). See https://code.djangoproject.com/wiki/SupportedDatabaseVersions for more details. Best, Mariusz -- You received this message because you are subscribed to the

Re: general interest in faster bulk_update implementation

2022-04-26 Thread Jörg Breitbart
@Florian Thx for your response. Looking through the release notes and the listed databases I find these version requirements: - PostgreSQL 10+ - MariaDB 10.2+ - MySQL 5.7+ - Oracle 19c+ - SQLite 3.9.0+ Compared to the UPDATE FROM VALUES pattern requirements: - MariaDB 10.3.3+ - MySQL 8.0.19+

Re: general interest in faster bulk_update implementation

2022-04-26 Thread Florian Apolloner
Hi Jörg, Regarding your question about database version support: https://docs.djangoproject.com/en/4.0/ref/databases/ lists the supported versions. Granted not as support grid and you have to scroll to every database, but it is usually in the first paragraph. If f-expressions are currently