Skip to content

Commit 4941926

Browse files
Jannik Waschkaumichiya
authored andcommitted
create schema editor from class attribute
1 parent 01bcc21 commit 4941926

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sql_server/pyodbc/base.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,6 @@ def is_usable(self):
397397
else:
398398
return True
399399

400-
def schema_editor(self, *args, **kwargs):
401-
"Returns a new instance of this backend's SchemaEditor"
402-
return DatabaseSchemaEditor(self, *args, **kwargs)
403-
404400
@cached_property
405401
def sql_server_version(self, _known_versions={}):
406402
"""

0 commit comments

Comments
 (0)