select * from files
where modified_at = "<current date>"
doesn't work. I've tried variations with single apostrophes or no apostrophes.
Are created_at and modified_at datetime fields in the SQL engine used? Could we have examples in the documentation on the correct format to query for a specific date?
Side note: Suggest you create a Discussions tab for your github project? I would have put my question there instead of filing an issue.