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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Same data, different results in Postgres vs. FrontBase
Дата
Msg-id 8044.1140330673@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Same data, different results in Postgres vs. FrontBase  (Brendan Duddridge <brendan@clickspace.com>)
Список 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 по дате отправления:

Предыдущее
От: "Uwe C. Schroeder"
Дата:
Сообщение: Re: Same data, different results in Postgres vs. FrontBase
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Same data, different results in Postgres vs. FrontBase