experius / Magento-2-Module-Experius-Email-Catcher

Magento 2 Email Catcher or Email Logger Module. Available At Packagist.

Home Page:https://packagist.org/search/?q=experius

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting error by user from

thokiller opened this issue · comments

When you want to order in the column from a error appears:
"Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'from ASC LIMIT 100' at line 1 SQL was: SELECT main_table.* FROM experius_emailcatcher AS main_table ORDER BY from ASC LIMIT 100"
error is because the wordt from is reserved. it can be fixed by escaping the from.
@dheesbeen

@thokiller This is fixed