Open GoogleCodeExporter opened 8 years ago
Try this patch. You can either apply the patch or go into the pypyodbc.py file
and find the line:
col_name = Cname.value
And change it to
col_name = from_buffer_u(Cname)
Original comment by wwer...@lwsi.com
on 20 Nov 2014 at 12:54
Attachments:
It works! Thanks.
Result:
[('num', <class 'int'>, 20, 19, 19, 0, False), ('string', <class 'str'>, 1, 1,
1, 0, False)]
Original comment by marc.van...@gmail.com
on 20 Nov 2014 at 4:28
Original issue reported on code.google.com by
marc.van...@gmail.com
on 12 Sep 2014 at 1:18