]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove comment (post-production)
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Apr 2021 17:22:05 +0000 (13:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Apr 2021 17:22:51 +0000 (13:22 -0400)
remove comment as stated in I47959bc826e3d9d2396ccfa290eb084841b02e77

Change-Id: Ic7978494314000cc4f57555802f22c1970bccc31

lib/sqlalchemy/dialects/oracle/base.py

index 3e1f50fc80861780ee1ecbbe3012d69964aef603..29f0065cff14afe30e97278136af52338a360a09 100644 (file)
@@ -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