We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bcc21 commit 4941926Copy full SHA for 4941926
sql_server/pyodbc/base.py
@@ -397,10 +397,6 @@ def is_usable(self):
397
else:
398
return True
399
400
- def schema_editor(self, *args, **kwargs):
401
- "Returns a new instance of this backend's SchemaEditor"
402
- return DatabaseSchemaEditor(self, *args, **kwargs)
403
-
404
@cached_property
405
def sql_server_version(self, _known_versions={}):
406
"""
0 commit comments