* MariaDB - supported for MariaDB versions 10.5 and above
* MySQL - no support, no RETURNING feature is present
* Oracle Database - supports RETURNING with executemany using native python-oracledb / cx_Oracle
- APIs, for all supported Oracle Databae versions 9 and above, using multi-row OUT
+ APIs, for all supported Oracle Database versions 9 and above, using multi-row OUT
parameters. This is not the same implementation as "executemanyvalues", however has
the same usage patterns and equivalent performance benefits.
table or as a column depending on backend.
:param skip_locked: boolean, will render ``FOR UPDATE SKIP LOCKED`` on
- Oracle Databae and PostgreSQL dialects or ``FOR SHARE SKIP LOCKED`` if
+ Oracle Database and PostgreSQL dialects or ``FOR SHARE SKIP LOCKED`` if
``read=True`` is also specified.
:param key_share: boolean, will render ``FOR NO KEY UPDATE``,