We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I have this:
keywords.filter(!SQLite.contains(foundKeywords, Expression<String>("Word"))
and Swift 1.2 report: Error: Cannot invoke 'filter' with an argument list of type '(Bool)' but only when compiled with -O (release)
I want to build "NOT IN" clause. What I'm doing wrong?