Skip to content

Commit 15691f1

Browse files
Jannik Waschkauwgordon17
authored andcommitted
create schema editor from class attribute
1 parent 310e334 commit 15691f1

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
@@ -372,10 +372,6 @@ def is_usable(self):
372372
else:
373373
return True
374374

375-
def schema_editor(self, *args, **kwargs):
376-
"Returns a new instance of this backend's SchemaEditor"
377-
return DatabaseSchemaEditor(self, *args, **kwargs)
378-
379375
@cached_property
380376
def sql_server_version(self, _known_versions={}):
381377
"""

0 commit comments

Comments
 (0)