jan-vandenberg / cruddiy

No-code Bootstrap PHP CRUD generator
http://cruddiy.com
GNU Affero General Public License v3.0
252 stars 80 forks source link

Hotfix/131 catch invalid charset #132

Closed germain-italic closed 7 months ago

germain-italic commented 7 months ago

This patch would fix https://github.com/jan-vandenberg/cruddiy/issues/131 by detecting invalid charsets (such as utf8mb3 in MySQL 8) and replacing it with utf8mb4 by default.

The current charset for the connection is now displayed after config submission: