Skip to content
Snippets Groups Projects
Commit b3a3ddb5 authored by Mergen Imeev's avatar Mergen Imeev Committed by Kirill Yukhin
Browse files

sql: IS is only applicable when dealing with NULL

According to ANSI Standard IS/IS NOT can be used to determine
if values is null. At the same time in SQLite3 IS/IS NOT have an
additional function - it can be used to check equality of two
values. This feature isn't common for different versions of SQL
(only in PL/SQL right operand can be NONE, TRUE of FALSE) This
patch removes described function.
parent ead38643
Loading
Showing
with 271 additions and 430 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment