keshav nagpal

Results 2 comments of keshav nagpal

i'm having a similar error ``` File "C:\Users\Keshav\Anaconda3\lib\site-packages\pypyodbc.py", line 1296, in _BindParams if param_types[col_num][0] == 'u': TypeError: 'type' object is not subscriptable ``` whenever i try to insert some values...

@LukeWoodward : Thanks a lot! > edit the pypyodbc.py file, find the line return type(v) within the get_type function and replace it with something like the following: raise TypeError("Value {0}...