Re: [sqlalchemy] MemoryError in SA 0.8.3 on mssql

2013-11-21 Thread Ed Singleton
On 21 Nov 2013, at 04:27, Michael Bayer mike...@zzzcomputing.com wrote: unixodbc is what you should use on linux, but OSX comes pre-installed with iODBC (you can also download and install a newer version of iODBC, even build it from source, though neither is necessary), and pyodbc has been

[sqlalchemy] MemoryError in SA 0.8.3 on mssql

2013-11-20 Thread Ed Singleton
I'm getting a Memory error when trying to get data from my database. It happens during a process that loads fixture data into the database, but the error always happens at the same point on a line that fetches a single record from the db. Essentially the line does `item =

Re: [sqlalchemy] MemoryError in SA 0.8.3 on mssql

2013-11-20 Thread Michael Bayer
On Nov 20, 2013, at 9:39 AM, Ed Singleton singleto...@gmail.com wrote: I'm getting a Memory error when trying to get data from my database. It happens during a process that loads fixture data into the database, but the error always happens at the same point on a line that fetches a single

Re: [sqlalchemy] MemoryError in SA 0.8.3 on mssql

2013-11-20 Thread Ed Singleton
On 20 Nov 2013, at 15:56, Michael Bayer mike...@zzzcomputing.com wrote: On Nov 20, 2013, at 9:39 AM, Ed Singleton singleto...@gmail.com wrote: I'm getting a Memory error when trying to get data from my database. It happens during a process that loads fixture data into the database, but

Re: [sqlalchemy] MemoryError in SA 0.8.3 on mssql

2013-11-20 Thread Michael Bayer
On Nov 20, 2013, at 3:56 PM, Ed Singleton singleto...@gmail.com wrote: On 20 Nov 2013, at 15:56, Michael Bayer mike...@zzzcomputing.com wrote: On Nov 20, 2013, at 9:39 AM, Ed Singleton singleto...@gmail.com wrote: I'm getting a Memory error when trying to get data from my database. It