Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:Common unit test problems: Difference between revisions

From MoodleDocs
(Question : utf8_bin or utf8_unicode_ci ?)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
You say that, to correct some elements, one should change collation, to use utf8_bin, but [[:en:MySQL#Command_line|installation instructions]] say to use utf8_unicode_ci. So what should be done exactly ?
You say that, to correct some elements, one should change collation, to use utf8_bin, but [[:en:MySQL#Command_line|installation instructions]] say to use utf8_unicode_ci. So what should be done exactly ?
--[[User:Séverin Terrier|Séverin Terrier]] 23:36, 15 May 2012 (WST)
--[[User:Séverin Terrier|Séverin Terrier]] 23:36, 15 May 2012 (WST)
For unit tests the situation is different for technical accuracy.  Installation is plagued by https://docs.moodle.org/dev/Database_collation_issue

Latest revision as of 10:00, 18 June 2013

You say that, to correct some elements, one should change collation, to use utf8_bin, but installation instructions say to use utf8_unicode_ci. So what should be done exactly ? --Séverin Terrier 23:36, 15 May 2012 (WST)

For unit tests the situation is different for technical accuracy. Installation is plagued by https://docs.moodle.org/dev/Database_collation_issue