Closed GoogleCodeExporter closed 9 years ago
Is the issues section dead?
Looking back a few threads it sort of looks like it :/
If there's no support here i'll have to change module for the SQL part.
Original comment by Anton.Do...@gmail.com
on 14 Oct 2011 at 7:14
The issues section is not dead - I've just been extremely busy.
I don't know what is causing this. Have you run the SQL Server unit tests?
Most of the 160+ tests are going to perform exactly what you are doing, which
is why it is strange.
I recently had an issue with an out of date ODBC driver. Installing the 2008R2
driver fixed it.
Side note: I usually use {SQL Server Native Client 10.0} when connecting to
2008 since that is the 2008 driver. The {SQL Server} one is a 2000-compatible
version.
I just ran your example and it worked as expected. I'll look into it more
later, but if this level of functionality didn't work all the time, I'd
certainly have seen it before.
Original comment by mkleehammer
on 14 Oct 2011 at 10:27
Can you provide an ODBC trace for this?
Original comment by mkleehammer
on 3 Nov 2011 at 1:49
I am seeing something similar and have submitted issue 243
(http://code.google.com/p/pyodbc/issues/detail?id=243) with details of how to
reproduce the problem with a stored procedure.
Original comment by gol...@gmail.com
on 5 Mar 2012 at 11:54
I just ran into the same problem. Encoding the sql string as ascii solved the
problem.
Original comment by theserge...@gmail.com
on 21 Apr 2012 at 7:13
Closing because I believe this was fixed in 3.0.5. Please reopen if you can
reproduce. Thanks.
Original comment by mkleehammer
on 27 Sep 2012 at 8:35
Original issue reported on code.google.com by
Anton.Do...@gmail.com
on 13 Oct 2011 at 12:40