提交 dd99f914 编写于 作者: J jurgen

Default MySQL database charset

上级 3fc717c5
......@@ -83,6 +83,9 @@ public class MySQLCatalog implements DBSCatalog, DBPSaveableObject, DBPRefreshab
sqlPath = JDBCUtils.safeGetString(dbResult, MySQLConstants.COL_SQL_PATH);
persisted = true;
} else {
defaultCharset = dataSource.getCharset("utf8");
defaultCollation = dataSource.getCollation("utf8_general_ci");
sqlPath = "";
persisted = false;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册