Skip to content

Commit a70bf38

Browse files
committed
Removing conflicts
1 parent c907b03 commit a70bf38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mssql_python/connection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ def getencoding(self) -> Dict[str, Union[str, int]]:
563563
564564
Note:
565565
This method is thread-safe and can be called from multiple threads concurrently.
566+
Returns a copy of the settings to prevent external modification.
566567
"""
567568
if self._closed:
568569
raise InterfaceError(
@@ -729,6 +730,7 @@ def getdecoding(self, sqltype: int) -> Dict[str, Union[str, int]]:
729730
730731
Note:
731732
This method is thread-safe and can be called from multiple threads concurrently.
733+
Returns a copy of the settings to prevent external modification.
732734
"""
733735
if self._closed:
734736
raise InterfaceError(

0 commit comments

Comments
 (0)