Skip to content

Cannot invoke 'filter' with an argument list of type '(Bool)' #165

Open
@krzyzanowskim

Description

@krzyzanowskim

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions