chornbeak / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

query string limit #376

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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?

Original issue reported on code.google.com by riceboi...@gmail.com on 11 Jul 2014 at 9:40