]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix gerrit failure
authorChristopher Jones <christopher.jones@oracle.com>
Tue, 12 Nov 2024 21:36:21 +0000 (08:36 +1100)
committerChristopher Jones <christopher.jones@oracle.com>
Tue, 12 Nov 2024 21:36:21 +0000 (08:36 +1100)
test/dialect/oracle/test_dialect.py

index 882c486c61862093c0b34f58298573e77a8006e7..8ea523fb7e56b7307d1dd377d0e576f941ceb996 100644 (file)
@@ -556,7 +556,7 @@ end;
             exc.InvalidRequestError,
             r"Using explicit outparam\(\) objects with "
             r"UpdateBase.returning\(\) in the same Core DML statement "
-            "is not supported in the Oracle dialect.",
+            "is not supported in the Oracle Database dialects.",
         ):
             connection.execute(stmt)