GrafiteInc / CMS

Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
https://cms.grafite.ca
MIT License
495 stars 104 forks source link

MySQL specific query on Blade template, it will fail with other DB engine #170

Closed brBart closed 6 years ago

brBart commented 6 years ago

Describe the bug This is a MySQL specific query on Blade template, it will fail with other DB engine https://github.com/GrafiteInc/CMS/blob/9168bda38b853ada2084167194354793e00eeceb/src/PublishedAssets/Setup/resources/views/admin/dashboard.blade.php#L121

To Reproduce Steps to reproduce the behavior: use any other DB e.g. SQLite on unit tests

mlantz commented 6 years ago

The requirements for the Grafite CMS do require MySQL 5.7+ we don't actively support any other databases