From: Mike Bayer Date: Wed, 14 Apr 2021 17:22:05 +0000 (-0400) Subject: remove comment (post-production) X-Git-Tag: rel_1_4_8~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cee6d12a69af38915316d6db8ca59c54325904ea;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git remove comment (post-production) remove comment as stated in I47959bc826e3d9d2396ccfa290eb084841b02e77 Change-Id: Ic7978494314000cc4f57555802f22c1970bccc31 --- diff --git a/lib/sqlalchemy/dialects/oracle/base.py b/lib/sqlalchemy/dialects/oracle/base.py index 3e1f50fc80..29f0065cff 100644 --- a/lib/sqlalchemy/dialects/oracle/base.py +++ b/lib/sqlalchemy/dialects/oracle/base.py @@ -1454,8 +1454,6 @@ class OracleDialect(default.DefaultDialect): supports_comments = True - # Oracle supports these syntaxes but I'm not able to get them - # to work with RETURNING which we usually need supports_default_values = False supports_default_metavalue = True supports_empty_insert = False