User tests: Successful: Unsuccessful:
DATE_FORMAT not recognized by MS-SQL. Edited line 85 to remove DATE_FORMAT and change to a 'convert' statement part. Needs to be tested with mysql and postgres.
I'm just going to close this one for now as I have no way of testing it. If it's still relevant please update the PR and re-open it. Thanks.
we can delete all
'DATE_FORMAT(a.created, "%Y-%m-%d") AS created'
cause is not used on tmpl and is already there with
a.*