You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project where I connect to multiple read-only MS SQL2014 servers.
I'm trying to ensure my connection string is correct however I don't know of a method to get the connection string used to connect to the server.
django.db import connections does not have the connection string property, only the dictionary that I set in settings.py.
Anyone know of a method to get the connectionstring used in the connection?
The text was updated successfully, but these errors were encountered:
I have a project where I connect to multiple read-only MS SQL2014 servers.
I'm trying to ensure my connection string is correct however I don't know of a method to get the connection string used to connect to the server.
django.db import connections
does not have the connection string property, only the dictionary that I set insettings.py
.Anyone know of a method to get the connectionstring used in the connection?
The text was updated successfully, but these errors were encountered: