Re: Same data, different results in Postgres vs. FrontBase - Mailing list pgsql-general

From Tom Lane
Subject Re: Same data, different results in Postgres vs. FrontBase
Date
Msg-id 8044.1140330673@sss.pgh.pa.us
Whole thread Raw
In response to Same data, different results in Postgres vs. FrontBase  (Brendan Duddridge <brendan@clickspace.com>)
List pgsql-general
Brendan Duddridge <brendan@clickspace.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

pgsql-general by date:

Previous
From: "Uwe C. Schroeder"
Date:
Subject: Re: Same data, different results in Postgres vs. FrontBase
Next
From: Stephan Szabo
Date:
Subject: Re: Same data, different results in Postgres vs. FrontBase