Database Connection Settings
Blocked by stupid corporate proxy, but there's nothing relevant here, I believe.
Problem description and steps to reproducepython manage.py inspectdb works as expected - demonstrating the database connection is valid - but only for the default schema.
python manage.py inspectdb --schema [schema_name] results in the following error:
Software versions
Table schema and Model N/A
Database Connection Settings Blocked by stupid corporate proxy, but there's nothing relevant here, I believe.
Problem description and steps to reproduce
python manage.py inspectdb
works as expected - demonstrating the database connection is valid - but only for the default schema.python manage.py inspectdb --schema [schema_name]
results in the following error:Expected behaviour and actual behaviour
Error message/stack trace As above.
Any other details that can be helpful Formal report of the problem that I mentioned previously at https://github.com/microsoft/mssql-django/issues/56#issuecomment-2306027381