lynnfi commented on issue #3062: [sqllab] query table with wildcard like '%??%' with Chinese characters ?applied to any unicode?? URL: https://github.com/apache/incubator-superset/issues/3062#issuecomment-359363693 @jackpgao @john-bodley thanks for help,I have solved this problem by changing the character encoding. I edit the connection Extra setting, add something like below: { "metadata_params": {}, "engine_params": {"connect_args": { "charset": "utf8" }} } and the character display is ok. Thanks again, have a nice day~
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
