We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2d931 commit cfdbffcCopy full SHA for cfdbffc
1 file changed
singlestoredb/config.py
@@ -80,7 +80,7 @@
80
)
81
82
register_option(
83
- 'charset', 'string', check_str, 'utf8',
+ 'charset', 'string', check_str, 'utf8mb4',
84
'Specifies the character set for the session.',
85
environ='SINGLESTOREDB_CHARSET',
86
0 commit comments