codefog / contao-haste

Haste is a collection of tools and classes to ease working with Contao
http://codefog.pl/extension/haste.html
MIT License
43 stars 24 forks source link

do not hard code MyISAM and utf8_general_ci (for Contao 4) #120

Closed fritzmg closed 6 years ago

fritzmg commented 6 years ago

Contao 4.5 fully supports utf8mb4 and InnoDB now. The default database collation and character set are set as such. However, Haste still hardcodes this when using relations. See https://github.com/codefog/contao-news_categories/issues/125 for instance.

m-vo commented 6 years ago

see #119

Toflar commented 6 years ago

See https://github.com/codefog/contao-haste/pull/119 and help us in the discussion there :)

fritzmg commented 6 years ago

Ah, didn't bother to look at existing PRs, sorry ;)