Builting SQL calls (like `SYSDATE` or `TIMESTAMPADD`) should be abstracted to use the correct builtin function, depending on the database backend used.
Builting SQL calls (like
SYSDATEorTIMESTAMPADD) should be abstracted to use the correct builtin function, depending on the database backend used.