Files
sqlalchemy/test/dialect/mysql
JetDrag 59afd08a52 feat: Support MySQL FOR SHARE locking syntax.
Added support for MySQL 8.0.1 + ``FOR SHARE`` to be emitted for the
:meth:`.Select.with_for_uddate` method, which offers compatibility with
``NOWAIT`` and ``SKIP LOCKED``.  The new syntax is used only for MySQL when
version 8.0.1 or higher is detected. Pull request courtesy JetDrag.

Fixes: #10134
Closes: #12964
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12964
Pull-request-sha: 03d5e37cfd

Change-Id: Iafb7a24363284edcfeead94a348f50a470a88403
2025-11-10 19:20:54 -05:00
..
2024-12-09 14:29:26 -05:00