mirror of
https://github.com/django/django.git
synced 2025-10-03 07:14:41 +00:00
Added get_table_list() to ado_mssql backend
git-svn-id: http://code.djangoproject.com/svn/django/trunk@935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d5f32aa008
commit
b890e37ada
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue