Re: Issue With ExecuteMany

2008-03-03 Thread Alex Ezell
On Mon, Mar 3, 2008 at 12:46 PM, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > On Mon, 2008-03-03 at 11:44 -0600, Alex Ezell wrote: > > I am getting a TypeError when using the executemany() method of the db > cursor. > > > > I'm not sure if this is a problem with psycopg2 or the DB backen

Re: Issue With ExecuteMany

2008-03-03 Thread Malcolm Tredinnick
On Mon, 2008-03-03 at 11:44 -0600, Alex Ezell wrote: > I am getting a TypeError when using the executemany() method of the db cursor. > > I'm not sure if this is a problem with psycopg2 or the DB backend in > Django. The first step would seem to be to resolve that issue. Remove Django from the

Issue With ExecuteMany

2008-03-03 Thread Alex Ezell
I am getting a TypeError when using the executemany() method of the db cursor. I'm not sure if this is a problem with psycopg2 or the DB backend in Django. I am using the psycopg2_postgresql backend directly via the django.db.connection. This is the code which I am trying to get working: def sav