Open GoogleCodeExporter opened 8 years ago
error in code above... should read:
for row in cursor:
temp = row.article
Original comment by gall.a...@gmail.com
on 21 Aug 2014 at 2:18
update: if I increase the buffer size by changing line 330 of getdata.cpp from
char tempBuffer[1026]; // Pad with 2 bytes for driver bugs
to
char tempBuffer[96002]; // Pad with 2 bytes for driver bugs
The issue seems to be resolved. Though I cant imagine that setting the buffer
so large is the desired behavior.
Original comment by gall.a...@gmail.com
on 21 Aug 2014 at 6:23
Original issue reported on code.google.com by
gall.a...@gmail.com
on 21 Aug 2014 at 2:16