Re: SystemError: null argument to internal routine

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: Eric Snow <esnow(at)verio(dot)net>
Cc: Jan Urbański <wulczer(at)wulczer(dot)org>, psycopg(at)postgresql(dot)org
Subject: Re: SystemError: null argument to internal routine
Date: 2011-03-04 22:15:57
Message-ID: AANLkTinPHJ-RRLcA=2a6tQeiUrmihWK7_xAbtJ9rURgC@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On Fri, Mar 4, 2011 at 12:03 AM, Eric Snow <esnow(at)verio(dot)net> wrote:
> Thanks Jan, that helps explain that.  So you are saying that the problem is in pq_raise
...

I've fixed the unhandled exception in pq_raise and the handling of
empty queries. Patches in my devel branch.

Eric, is your problem related to the "empty query" result not handled
or is it something else related to the copy command, that psycopg may
still not handle correctly?

Thanks,

-- Daniele

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Eric Snow 2011-03-04 23:12:15 Re: SystemError: null argument to internal routine
Previous Message Eric Snow 2011-03-04 00:03:36 Re: SystemError: null argument to internal routine