Open JosephDev opened 7 years ago
getting this error: is it related?
UnicodeDecodeError: 'utf-16-le' codec can't decode bytes in position 22-23: unexpected end of data
@sean29 Were you able to solve this?
Edit: I was getting this because of inputting invalid value in the geography field in MSSQL database
base.py line 561 - 571
In case fail to decode, it raise error. What if we decode with error ignore option like
f.decode(self.driver_charset, errors ='ignore')
If you need, I am going to make PR.