Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

[fix #346]fix logging out chinese #362

Open
wants to merge 1 commit into
base: 0.9
Choose a base branch
from
Open

Conversation

mouday
Copy link

@mouday mouday commented Mar 13, 2020

eg:
before

b"SELECT `id` FROM `company` WHERE `company` = '\xe6\xb7\xb1\xe5\x9c\xb3\xe5\xb8\x82\xe6\x98\x9f\xe6\x9c\x9f\xe9\x9b\xb6\xe9\xa3\x9f\xe5\x93\x81\xe7\xa7\x91\xe6\x8a\x80\xe6\x9c\x89\xe9\x99\x90\xe5\x85\xac\xe5\x8f\xb8' LIMIT 1"

after

SELECT `id` FROM `company` WHERE `company` = '深圳市星期零食品科技有限公司' LIMIT 1

eg:
before
```
b"SELECT `id` FROM `company` WHERE `company` = '\xe6\xb7\xb1\xe5\x9c\xb3\xe5\xb8\x82\xe6\x98\x9f\xe6\x9c\x9f\xe9\x9b\xb6\xe9\xa3\x9f\xe5\x93\x81\xe7\xa7\x91\xe6\x8a\x80\xe6\x9c\x89\xe9\x99\x90\xe5\x85\xac\xe5\x8f\xb8' LIMIT 1"
```

after
```
SELECT `id` FROM `company` WHERE `company` = '深圳市星期零食品科技有限公司' LIMIT 1
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant