Skip to content

Commit 18cbefa

Browse files
committed
change default table format to mysql_unicode
This is noted as a breaking change, though it will actually only affect new installs. Rationale: we are the fancy MySQL client. Let's use the fancy format. In 2026, terminals have Unicode support. The test myclirc file remains set to "ascii" to avoid changing many tests. Preparation for release 2.0.
1 parent 7063a3f commit 18cbefa

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Upcoming (TBD)
22
==============
33

4+
Breaking Changes
5+
---------
6+
* Change default table format to `mysql_unicode`.
7+
8+
49
Internal
510
---------
611
* Improve test coverage for DSN variable expansion.

mycli/myclirc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ beep_after_seconds = 0
7373
# rst, simple, sql-insert, sql-update, sql-update-1, sql-update-2, textile,
7474
# tsv, tsv_noheader, vertical.
7575
# Recommended: mysql_unicode.
76-
table_format = ascii
76+
table_format = mysql_unicode
7777

7878
# Redirected otuput format
7979
# Recommended: csv.

0 commit comments

Comments
 (0)