Neil Conway wrote:
> On 21-Mar-04, at 11:39 AM, Kris Jurka wrote:
> > Would it be possible to have the command completion tag for EXECUTE
> > return
> > the affected row count?
>
> Yes, this has been suggested before -- for example:
>
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg26787.html
On Sun, 21 Mar 2004, Tom Lane wrote:
> > On 21-Mar-04, at 11:39 AM, Kris Jurka wrote:
> >> Would it be possible to have the command completion tag for EXECUTE
> >> return
> >> the affected row count?
>
> However, does this really solve Kris' problem? JDBC generally likes to
> think that it wo
Neil Conway <[EMAIL PROTECTED]> writes:
> On 21-Mar-04, at 11:39 AM, Kris Jurka wrote:
>> Would it be possible to have the command completion tag for EXECUTE
>> return
>> the affected row count?
> Yes, this has been suggested before -- for example:
> http://www.mail-archive.com/[EMAIL PROTECTED]
On 21-Mar-04, at 11:39 AM, Kris Jurka wrote:
Would it be possible to have the command completion tag for EXECUTE
return
the affected row count?
Yes, this has been suggested before -- for example:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg26787.html
I agree it would be a good idea, althoug
Would it be possible to have the command completion tag for EXECUTE return
the affected row count? The JDBC API says you should be able to get the
affected row count for any statement and I'm working on integrating a
patch that transforms regular statements to server side prepared
statements, and