Re: Problem with executeBatch and "A result was returned when none was expected"

From: Vitalii Tymchyshyn <tivv00(at)gmail(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Problem with executeBatch and "A result was returned when none was expected"
Date: 2011-03-16 11:04:28
Message-ID: 4D80993C.6030203@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

16.03.11 12:57, Dave Cramer написав(ла):
> On Wed, Mar 16, 2011 at 6:43 AM, Vitalii Tymchyshyn<tivv00(at)gmail(dot)com> wrote:
>> 16.03.11 12:40, Dave Cramer написав(ла):
>>
>> AFAIR it was a long discussion on what is "generated". E.g. is calculated
>> default value (CURRENT TIMESTAMP) generated? Constant default value? So, the
>> driver now either returns all or you can pass columns you require by
>> yourself with "boolean execute(String sql, String[] columnNames)".
>>
> So ideally we need some backend support here. The backend can
> certainly figure out what was the result of a default column.
The question AFAIK is not technical, there's simply no strict definition
of "generated". And no public consensus on it.

Best regards, Vitalii Tymchyshyn

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2011-03-16 12:25:31 Re: Problem with executeBatch and "A result was returned when none was expected"
Previous Message Dave Cramer 2011-03-16 10:57:58 Re: Problem with executeBatch and "A result was returned when none was expected"