From 83ead12f7fc5f88bec1c2822f44fc442405279de Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 13 Nov 2024 08:36:21 +1100 Subject: [PATCH] Fix gerrit failure --- test/dialect/oracle/test_dialect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3