Skip to content
This repository was archived by the owner on Feb 28, 2020. It is now read-only.
This repository was archived by the owner on Feb 28, 2020. It is now read-only.

Extraneous argument label 'using:' in call #171

@lusabo

Description

@lusabo

I'm trying to filter a table like the code below:

let predicate = NSPredicate(format: "validFrom <= %@ && validUntil >= %@", signedAt as NSDate, signedAt as NSDate)
result = context.certificates.filter(using: predicate)

But the XCode show the error Extraneous argument label 'using:' in call in the second line.

Is there a way to use BETWEEN statement with Alecrim?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions