]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Typo
authorChristopher Jones <christopher.jones@oracle.com>
Tue, 12 Nov 2024 02:27:22 +0000 (13:27 +1100)
committerChristopher Jones <christopher.jones@oracle.com>
Tue, 12 Nov 2024 02:27:22 +0000 (13:27 +1100)
doc/build/core/connections.rst
lib/sqlalchemy/sql/selectable.py

index eb76822ba3ffcc1c84b37bc962b326e1b2674bd2..030d41cd3b3947db1eb0763385fa8a0b348c49a2 100644 (file)
@@ -1829,7 +1829,7 @@ as follows:
 * 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.
 
index 8aa4babeb9996019e381bf101f1f71d13a5600bc..0be5b6e853e89236375176391901e633ab51aa9b 100644 (file)
@@ -3871,7 +3871,7 @@ class GenerativeSelect(SelectBase, Generative):
          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``,