On 05/11/12 18:35, Robert Haas wrote:
> On Wed, Oct 31, 2012 at 5:33 AM, Jan Urbański<wulczer(at)wulczer(dot)org> wrote:
>> On 30/10/12 22:06, Oskari Saarenmaa wrote:
>>>
>>> PL/Python maps Python SPIError exceptions with 'spidata' attribute into
>>> SQL
>>> errors.
>>
>> Here's an alternative patch that takes advantage of the already present (and
>> documented) "sqlstate" variable to set the error code when handling SPIError
>> exceptions.
>>
>> I also used your test case and added another one, just in case.
>
> You should probably add this to the next CF so we don't forget about it.
I will, as soon as I recover my community account.
Cheers,
Jan
In response to
Responses
pgsql-hackers by date
| Next: | From: Alvaro Herrera | Date: 2012-11-05 18:34:04 |
| Subject: Re: September 2012 commitfest |
| Previous: | From: Robert Haas | Date: 2012-11-05 17:35:54 |
| Subject: Re: [PATCH] PL/Python: Add spidata to all spiexceptions |