From: Christopher Jones Date: Tue, 12 Nov 2024 21:36:21 +0000 (+1100) Subject: Fix gerrit failure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83ead12f7fc5f88bec1c2822f44fc442405279de;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix gerrit failure --- diff --git a/test/dialect/oracle/test_dialect.py b/test/dialect/oracle/test_dialect.py index 882c486c61..8ea523fb7e 100644 --- a/test/dialect/oracle/test_dialect.py +++ b/test/dialect/oracle/test_dialect.py @@ -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)