Skip to content

Commit cfdbffc

Browse files
committed
Change default charset to utf8mb4
1 parent 5c2d931 commit cfdbffc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

singlestoredb/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
)
8181

8282
register_option(
83-
'charset', 'string', check_str, 'utf8',
83+
'charset', 'string', check_str, 'utf8mb4',
8484
'Specifies the character set for the session.',
8585
environ='SINGLESTOREDB_CHARSET',
8686
)

0 commit comments

Comments
 (0)