author | Sebastian Harl <sh@tokkee.org> | |
Sun, 1 Mar 2015 15:39:20 +0000 (16:39 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 1 Mar 2015 15:39:20 +0000 (16:39 +0100) | ||
commit | 695324de797b55cf12d8a66bd3612e78bc1235af | |
tree | e9f7769e0b1e0574846e485412470236a11511fc | tree | snapshot |
parent | b45b2ab7efd9a202e6a7d450461fa43566b31db5 | commit | diff |
Add support for the 'NOT IN' operator.
'a NOT IN b' is the same as 'NOT a IN b'.
'a NOT IN b' is the same as 'NOT a IN b'.