Re: [INTERFACES] JDBC next() method

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "jbarnett(at)pobox(dot)com" <jbarnett(at)pobox(dot)com>
Cc: "'herouth maoz'" <herouth(at)oumail(dot)openu(dot)ac(dot)il>, "'pgsql-interfaces(at)hub(dot)org'" <pgsql-interfaces(at)hub(dot)org>
Subject: Re: [INTERFACES] JDBC next() method
Date: 1999-04-24 16:00:46
Message-ID: 23824.924969646@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Jon Barnett <jbarnett(at)pobox(dot)com> writes:
> From a practicalities point of view, if the result is not compliant
> with the SQL standard, the question is whether to hide it in the
> abstraction layer (JDBC driver) or fix it at the source

If you can demonstrate that this behavior [NULL result from aggregate
functions] is not compliant with the SQL92 standard, then the Postgres
backend will get fixed.

There's been discussion of this point before on the hackers list,
with some people feeling that the current behavior is OK and others
not happy with it, but so far no one has made a convincing case about
what the standard expects.

regards, tom lane

Browse pgsql-interfaces by date

  From Date Subject
Next Message KaDe 1999-04-24 17:44:50 Re: [INTERFACES] libpq++
Previous Message Michael Meskes 1999-04-24 15:28:51 Re: [INTERFACES] ecpg cursors and scope