mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #33129 -- Dropped support for MariaDB 10.2.
This commit is contained in:
parent
2f14432375
commit
221b2f85fe
12 changed files with 27 additions and 25 deletions
|
@ -1793,7 +1793,7 @@ them::
|
|||
<QuerySet [<Person: ...)>, ...]>
|
||||
|
||||
The ``postgresql``, ``oracle``, and ``mysql`` database backends support
|
||||
``select_for_update()``. However, MariaDB 10.3+ only supports the ``nowait``
|
||||
``select_for_update()``. However, MariaDB only supports the ``nowait``
|
||||
argument, MariaDB 10.6+ also supports the ``skip_locked`` argument, and MySQL
|
||||
8.0.1+ supports the ``nowait``, ``skip_locked``, and ``of`` arguments. The
|
||||
``no_key`` argument is only supported on PostgreSQL.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue