Skip to content

Commit 00a7c35

Browse files
committed
FEAT: Access Token Login
1 parent fda52ff commit 00a7c35

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mssql_python/connection.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ def _apply_attrs_before(self):
157157
else:
158158
raise TypeError(f"Unsupported key type: {type(key).__name__}")
159159

160-
if not self._set_connection_attributes(ikey, value):
161-
return False
160+
self._set_connection_attributes(ikey, value)
162161

163162
return True
164163

0 commit comments

Comments
 (0)