Skip to content

Commit 878c7bb

Browse files
committed
mssql_python/cursor.py
1 parent 40b1b41 commit 878c7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mssql_python/cursor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def _map_sql_type( # pylint: disable=too-many-arguments,too-many-positional-arg
307307
logger.debug('_map_sql_type: NULL parameter - index=%d', i)
308308
return (
309309
ddbc_sql_const.SQL_VARCHAR.value,
310-
ddbc_sql_const.SQL_C_DEFAULT.value,
310+
ddbc_sql_const.SQL_C_CHAR.value,
311311
1,
312312
0,
313313
False,

0 commit comments

Comments
 (0)