I am having a problem with canonical functions in Entity Framework 4.1 and MySql Connector/Net 6.4.3. According to Microsoft cannonical functions are understood and translat
Based on Bohemian's suggestion, I fixed this issue with a "bypass" function.
CREATE FUNCTION `your_schema`.`CurrentUtcDateTime` () RETURNS TIMESTAMP DETERMINISTIC RETURN UTC_TIMESTAMP();