Issue 376: query string limit
Status:  New
Owner: ----
Reported by riceboi...@gmail.com, Jul 11, 2014
What steps will reproduce the problem?
1. build an insanely long query string (insert into.... x 10000)
2. use pyodbc to execute it
3.

What is the expected output? What do you see instead?
All rows to be inserted.
Maybe half of the rows

What version of the product are you using? On what operating system?
3.0.7, windows 7

Please provide any additional information below.
Just a simple question (could not find any information), what is the string length limit for pyodbc to execute?