comparison roundup/configuration.py @ 6333:bd84f43e1d13

Fixes to mysql 2.0 conversion doc issue2551115 Werner Hunger Change default chartype from utf-8 to utf8mb4 to allow emojis etc to be represented.
author John Rouillard <rouilj@ieee.org>
date Wed, 10 Mar 2021 10:35:22 -0500
parents 6a6b4651be1f
children 9d209d2b34ae
comparison
equal deleted inserted replaced
6332:6a6b4651be1f 6333:bd84f43e1d13
1046 "Name of the MySQL defaults file.\n" 1046 "Name of the MySQL defaults file.\n"
1047 "Only used in MySQL connections."), 1047 "Only used in MySQL connections."),
1048 (NullableOption, 'read_default_group', 'roundup', 1048 (NullableOption, 'read_default_group', 'roundup',
1049 "Name of the group to use in the MySQL defaults file (.my.cnf).\n" 1049 "Name of the group to use in the MySQL defaults file (.my.cnf).\n"
1050 "Only used in MySQL connections."), 1050 "Only used in MySQL connections."),
1051 (Option, 'mysql_charset', 'utf8', 1051 (Option, 'mysql_charset', 'utf8mb4',
1052 "Charset to use for mysql connection,\n" 1052 "Charset to use for mysql connection,\n"
1053 "use 'default' for the mysql default, no charset option\n" 1053 "use 'default' for the mysql default, no charset option\n"
1054 "is used when creating the connection in that case.\n" 1054 "is used when creating the connection in that case.\n"
1055 "Otherwise any permissible mysql charset is allowed here.\n" 1055 "Otherwise any permissible mysql charset is allowed here.\n"
1056 "Only used in MySQL connections."), 1056 "Only used in MySQL connections."),

Roundup Issue Tracker: http://roundup-tracker.org/