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() } })