From: Christopher Jones Date: Tue, 12 Nov 2024 01:15:34 +0000 (+1100) Subject: Fix build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30461d4b2d7d67f4bbe45c00ad6b63de73c1502c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix build --- diff --git a/lib/sqlalchemy/dialects/oracle/base.py b/lib/sqlalchemy/dialects/oracle/base.py index dccaeaff73..bb5dde9ce8 100644 --- a/lib/sqlalchemy/dialects/oracle/base.py +++ b/lib/sqlalchemy/dialects/oracle/base.py @@ -966,8 +966,8 @@ class OracleCompiler(compiler.SQLCompiler): "statements that use RETURNING; the value of the column " "*before* the UPDATE takes place is returned. It is " "advised to not use RETURNING with an Oracle Database " - "computed "column. Consider setting implicit_returning " - "to False on "the Table object in order to avoid implicit " + "computed column. Consider setting implicit_returning " + "to False on the Table object in order to avoid implicit " "RETURNING clauses from being generated for this Table." ) if column.type._has_column_expression: