Re: FW: "=" operator vs. "IS"

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: FW: "=" operator vs. "IS"
Дата
Msg-id 87wu1qxo32.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: FW: "=" operator vs. "IS"  (Rich Hall <rhall@micropat.com>)
Список pgsql-sql
Rich Hall <rhall@micropat.com> writes:

> "(anything) = NULL" is always Null, this cannot be what the coder intended.

I often have such things in my SQL. Consider what happens when you have SQL
constructed dynamically. Or more frequently, consider that many drivers still
don't use the new binary placeholder syntax and emulate it by putting the
parameters directly into the SQL.

-- 
greg



В списке pgsql-sql по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: FW: "=" operator vs. "IS"
Следующее
От: Greg Stark
Дата:
Сообщение: Re: FW: "=" operator vs. "IS"