Mistralys / application-framework

Application admin UI Framework
GNU Lesser General Public License v3.0
4 stars 0 forks source link

Database: UTF8MB4 compatibility #73

Open Mistralys opened 4 weeks ago

Mistralys commented 4 weeks ago

Trying to import the docs/sql/pristine.sql or tests/sql/testsuite.sql files in a recent version of Mysql or MariaDB fails, because some indexes are too short for UTF8MB4. Columns that are ASCII-based should be updated to specify this explicitly.

NOTE: This also relates to #61.

Mistralys commented 4 weeks ago

See commit for a related update SQL script.