Dancer-Plugin-Database
Dancer-Plugin-Database copied to clipboard
Documentation - improve mysql configuration example
- add ShowErrorStatement to append relevant statement text to error messages
- add mysql_enable_utf8 and mysql_enable_utf8mb4 flags to add UTF-8 encoding support for up to 3 (older) or 4 bit (newer) DBD::mysql and MySQL server
- add SET_SQL_MODE='TRADITIONAL' to turn on strict mode in MySQL for errors
@bigpresh this PR is just a doc change. It looks like the CI is failing on a dependency on DBI. Regards, Peter