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 310e334 commit 15691f1Copy full SHA for 15691f1
sql_server/pyodbc/base.py
@@ -372,10 +372,6 @@ def is_usable(self):
372
else:
373
return True
374
375
- def schema_editor(self, *args, **kwargs):
376
- "Returns a new instance of this backend's SchemaEditor"
377
- return DatabaseSchemaEditor(self, *args, **kwargs)
378
-
379
@cached_property
380
def sql_server_version(self, _known_versions={}):
381
"""
0 commit comments