Open GoogleCodeExporter opened 8 years ago
Looks like that didn't quite fix the issue, as the buffer still contained the
previous information - I also added (right after that line)
Cname.value = b'\x00'*1024
I'm quite certain there's a better fix for this issue, but that's the
workaround I'm using for now.
Original comment by wwer...@lwsi.com
on 18 Jul 2014 at 5:40
I have a very similar issue (see issue 52), using MySQL instead of DB2.
Original comment by marc.van...@gmail.com
on 15 Sep 2014 at 11:30
This patch fixes it. Exactly why, I have no idea because it doesn't look like
it should be doing anything different. But it does!
Original comment by wwer...@lwsi.com
on 20 Nov 2014 at 12:53
Attachments:
I had the exact same experience too!
My environment is on
Ubuntu 14.04.2 LTS
CPython 3.4.0
TDS version: 4.2
Microsoft SQL Server 2012 (SP1) - 11
And the above mentioned "0001-Fix-for-issue-45-on-Google-Code.patch" fixes my
problem.
Original comment by kit...@eac.ne.jp
on 19 May 2015 at 7:18
Original issue reported on code.google.com by
wwer...@lwsi.com
on 16 Jul 2014 at 9:09