Skip to content

Commit 92553a3

Browse files
committed
# String mapping logic here
Comment added back
1 parent 83272b0 commit 92553a3

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
@@ -308,7 +308,8 @@ def _map_sql_type(self, param, parameters_list, i):
308308
0,
309309
False,
310310
)
311-
311+
312+
# String mapping logic here
312313
is_unicode = self._is_unicode_string(param)
313314

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

0 commit comments

Comments
 (0)