summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/core/db/backends/ado_mssql.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/django/core/db/backends/ado_mssql.py b/django/core/db/backends/ado_mssql.py
index 46116ccdad..944cf4b961 100644
--- a/django/core/db/backends/ado_mssql.py
+++ b/django/core/db/backends/ado_mssql.py
@@ -105,6 +105,9 @@ def get_random_function_sql():
# TODO: This is a guess. Make sure this is correct.
return "RANDOM()"
+def get_table_list(cursor):
+ raise NotImplementedError
+
def get_relations(cursor, table_name):
raise NotImplementedError