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 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 G

Re: Provide a way to pass kwargs when initializing the storage class

2022-04-26 Thread Carlton Gibson
Hi Jarosław. Thanks for picking this up. There seems to be enough support for the general idea here, so worth pressing on. Let's think about any required deprecations on the PR. (It's easier there 😅). Kind Regards, Carlton On Sunday, 24 April 2022 at 01:25:28 UTC+2 jaro...@wygoda.me wrote