Following up the "Implement BETWEEN..AND operator" wish https://bugs.kde.org/show_bug.cgi?id=331615, implement NOT BETWEEN..AND operator.
Meaning of "x NOT BETWEEN y AND z" is "NOT (x BETWEEN y AND z)" Backends, including SQLite, support it out of the box. Technically, another token is needed, and a parser rule.
Git commit 42ac22a7ee184d0e0ee1d248ab95e39df41bdd45 by Roman Shtemberko. Committed on 15/12/2014 at 17:58. Pushed by rshtemberko into branch 'calligra/2.9'.