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.
2 parents 213f8c1 + 0ac23fa commit 9a3bee2Copy full SHA for 9a3bee2
django_iris/base.py
@@ -120,7 +120,8 @@ def get_connection_params(self):
120
conn_params['password'] = settings_dict['PASSWORD']
121
if 'TIMEOUT' in settings_dict:
122
conn_params['timeout'] = settings_dict['TIMEOUT']
123
-
+ if 'EMBEDDED' in settings_dict:
124
+ conn_params['embedded'] = settings_dict['EMBEDDED']
125
if 'CONNECTION_STRING' in settings_dict:
126
conn_params['connectionstr'] = settings_dict['CONNECTION_STRING']
127
else:
0 commit comments