Re: Same data, different results in Postgres vs. FrontBase

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brendan Duddridge <brendan(at)clickspace(dot)com>
Cc: Postgresql-General General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Same data, different results in Postgres vs. FrontBase
Date: 2006-02-19 06:31:13
Message-ID: 8044.1140330673@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Brendan Duddridge <brendan(at)clickspace(dot)com> writes:
> I've reduced my problem to the following statement and have
> discovered that FrontBase returns null rows along with the rows that
> match the query and PostgreSQL only returns the not null rows.

> CON.IS_SUBSCRIBED NOT IN ('X', 'P')

You mean FrontBase thinks a null value of IS_SUBSCRIBED satisfies
that condition? That's completely broken. Tell them to read the
SQL standard sometime.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2006-02-19 08:02:04 Re: Same data, different results in Postgres vs. FrontBase
Previous Message Uwe C. Schroeder 2006-02-19 06:20:21 Re: Same data, different results in Postgres vs. FrontBase