Skip to content

queries don't seem to support comparison operators ? #133

Open
@darzok0914

Description

@darzok0914

Hi, I'm trying to get my head around the fact that comparison operators don't seem to work on queries, I'm pretty sure that this is me being silly but I can't figure it out some here I am.

this works

entries:get({ where = { timeStamp = os.time() } })

this doesn't work

entries:get({ where = { timeStamp < os.time() } })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions