Skip to content

Commit 8ec2d3a

Browse files
authored
Added back comment
# String mapping logic here
1 parent f0eacda commit 8ec2d3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mssql_python/cursor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ def _map_sql_type(self, param, parameters_list, i):
333333
0,
334334
False,
335335
)
336-
336+
337+
# String mapping logic here
337338
is_unicode = self._is_unicode_string(param)
338339

339340
# Computes UTF-16 code units (handles surrogate pairs)

0 commit comments

Comments
 (0)