Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
3 Apr 2009 at 04:51 UTC
Updated:
16 May 2024 at 00:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehneri think the NULL is the description for empty and not for not empty,
but i'm not native
Comment #2
Anonymous (not verified) commentedIn that case, maybe it should be 'Is not empty/NULL'... Patch attached.
Comment #3
dawehnerAs I said above NULL is just a description for EMPTY.
with / some people may see a difference in their php brain.
empty(0) <=> TRUE
0 === NULL <=> FALSE
But this is not php its sql :)
Comment #4
merlinofchaos commentedI like (NOT NULL) but I just noticed that there are at least 4 occurances of the string that all need to be caught:
Comment #5
Anonymous (not verified) commentedHere's an updated patch for the latest 2.x-dev:
Comment #6
dawehnerI'm now convinced. This string makes more sense.
Comment #7
merlinofchaos commentedCommitted to all 3 branches. Thanks!