philiplb / CRUDlex

CRUDlex is an easy to use CRUD generator for Symfony 4 and Silex 2 which is great for auto generated admin pages
https://philiplb.de/crudlex/
MIT License
109 stars 23 forks source link

Bug: Order by should be between '`' #101

Closed th-lange closed 5 years ago

th-lange commented 5 years ago

When Order by is a keyword this results in an error

An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT id,group FROM role t1 WHERE deleted_at IS NULL ORDER BY group ASC':

th-lange commented 5 years ago

Issue Reference:

https://github.com/philiplb/CRUDlex/issues/102

th-lange commented 5 years ago

@philiplb New request