Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mssql_python/cursor.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def _map_sql_type( # pylint: disable=too-many-arguments,too-many-positional-arg
logger.debug('_map_sql_type: NULL parameter - index=%d', i)
return (
ddbc_sql_const.SQL_VARCHAR.value,
ddbc_sql_const.SQL_C_DEFAULT.value,
ddbc_sql_const.SQL_C_CHAR.value,
1,
0,
False,
Expand Down
Loading