SYSDATE function doesn't work in MySQL

Issue #1794 resolved
Former user created an issue

sqlalchemy.sql.functions.sysdate doesn't work for MySQL. MySQL requires "sysdate()" syntax, but it's compiled to "sysdate". Other date function NOW is compiled properly to "now()".

Comments (3)

  1. Log in to comment