What steps will reproduce the problem? 1. Download pyodbc 3.07 source 2. Install gcc using cygwin on Windows 7 3. Running: python setup.py build What is the expected output? What do you see instead? I ...
What steps will reproduce the problem? 1. Run a small test program that does just a cursor.fetchall() on a database that's a few hundred megabytes in size 2. Time it 3. It's slow What is the expected ...