]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
added semicolon (;) to improve message clarity 5431/head
authorjonathan vanasco <jonathan@2xlp.com>
Tue, 30 Jun 2020 15:08:41 +0000 (11:08 -0400)
committerjonathan vanasco <jonathan@2xlp.com>
Tue, 30 Jun 2020 15:08:41 +0000 (11:08 -0400)
lib/sqlalchemy/sql/ddl.py

index 17e3be2dac7534ba1ed8b5cd15e1fe4738661f63..3c23b50ca8a464d89ec35ece79bd672e9365fd15 100644 (file)
@@ -804,7 +804,7 @@ class SchemaDropper(DDLBase):
                 util.warn(
                     "Can't sort tables for DROP; an "
                     "unresolvable foreign key "
-                    "dependency exists between tables: %s, and backend does "
+                    "dependency exists between tables: %s; and backend does "
                     "not support ALTER.  To restore at least a partial sort, "
                     "apply use_alter=True to ForeignKey and "
                     "ForeignKeyConstraint "